#AFCC31

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

Shades of Fuego #AFCC31

Tints of Fuego #AFCC31

Color information

#AFCC31 (or 0xAFCC31) is unknown color: approx Fuego. HEX triplet: AF, CC and 31. RGB value is (175,204,49). Sum of RGB (Red+Green+Blue) = 175+204+49=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC31 is #5033CE. Grayscale: #B2B2B2. Windows color (decimal): -5256143 or 3263663. OLE color: 3263663.

HSL color Cylindrical-coordinate representation of color #AFCC31: hue angle of 71.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFCC31 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB17520449-
CMYK0.1400.760.2
HSL71.23º61.26%49.61%-
HSV(B)71.23º75.98%80%-
XYZ39.8352.5210.94-
YUV177.6655.39126.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 204 (80.08% from 255) = 47.66%
BLUE value IS 49 (19.53% from 255) = 11.45%
R=40.89%
G=47.66%
B=11.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175204490.1400.760.271.2361.2649.61
HexAFCC31E04C14473d32
Octal25731461160114241077562
Binary1010111111001100110001111001001100101001000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC31; }

 p { color: rgb(175,204,49); }

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

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

 a { background-color: rgb(175,204,49); }

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

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

 span { border-color: rgb(175,204,49); }

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