#AFD232

Color #AFD232 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #AFD232

Tints of Fuego #AFD232

Color information

#AFD232 (or 0xAFD232) is unknown color: approx Fuego. HEX triplet: AF, D2 and 32. RGB value is (175,210,50). Sum of RGB (Red+Green+Blue) = 175+210+50=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD232 is #502DCD. Grayscale: #B5B5B5. Windows color (decimal): -5254606 or 3330735. OLE color: 3330735.

HSL color Cylindrical-coordinate representation of color #AFD232: hue angle of 73.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFD232 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB17521050-
CMYK0.1700.760.18
HSL73.12º64%50.98%-
HSV(B)73.12º76.19%82.35%-
XYZ41.355.4411.54-
YUV181.353.9123.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 50 (19.92% from 255) = 11.49%
R=40.23%
G=48.28%
B=11.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210500.1700.760.1873.126450.98
HexAFD2321104C12494033
Octal257322622101142211110063
Binary101011111101001011001010001010011001001010010011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD232; }

 p { color: rgb(175,210,50); }

 H1.HeaderClassName
 {
   color: #AFD232;
 }
 .AnyTagClassName
 {
   color: #AFD232;
 }
</style>
background-color css

<style>
 a { background-color: #AFD232; }

 a { background-color: rgb(175,210,50); }

 div.DivClassName
 {
   background-color: #AFD232;
 }
 .BgClassName
 {
   background-color: #AFD232;
 }
</style>
border-color css

<style>
 span { border-color: #AFD232; }

 span { border-color: rgb(175,210,50); }

 td.TdClassName
 {
   border-color: #AFD232;
 }
 .TagClassName
 {
   border-color: #AFD232;
 }
</style>