Shades of Fuego #AFCE2F
Tints of Fuego #AFCE2F
RGB
CMYK
RGB Variations
Color information
#AFCE2F (or 0xAFCE2F) is known color: Fuego. HEX triplet: AF, CE and 2F. RGB value is (175,206,47). Sum of RGB (Red+Green+Blue) = 175+206+47=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE2F is #5031D0. Grayscale: #B3B3B3. Windows color (decimal): -5255633 or 3133103. OLE color: 3133103.
HSL color Cylindrical-coordinate representation of color #AFCE2F: hue angle of 71.7º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFCE2F is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 47 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.19 |
| HSL | 71.7º | 0.63% | 0.5% | - |
| HSV(B) | 71.7º | 0.77% | 0.81% | - |
| XYZ | 40.26 | 53.46 | 10.89 | - |
| YUV | 178.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 47 | 0.15 | 0 | 0.77 | 0.19 | 71.7 | 0.63 | 0.5 |
| Hex | AF | CE | 2F | F | 0 | 4D | 13 | 48 | 3F | 32 |
| Octal | 257 | 316 | 57 | 17 | 0 | 115 | 23 | 110 | 77 | 62 |
| Binary | 10101111 | 11001110 | 101111 | 1111 | 0 | 1001101 | 10011 | 1001000 | 111111 | 110010 |
Color Harmonies of #AFCE2F
Complementary color
Monochromatic Colors of #AFCE2F
Black with #AFCE2F
Text Example
Text Example
White with #AFCE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE2F; }
p { color: rgb(175,206,47); }
H1.HeaderClassName
{
color: #AFCE2F;
}
.AnyTagClassName
{
color: #AFCE2F;
}
</style>
background-color css
<style>
a { background-color: #AFCE2F; }
a { background-color: rgb(175,206,47); }
div.DivClassName
{
background-color: #AFCE2F;
}
.BgClassName
{
background-color: #AFCE2F;
}
</style>
border-color css
<style>
span { border-color: #AFCE2F; }
span { border-color: rgb(175,206,47); }
td.TdClassName
{
border-color: #AFCE2F;
}
.TagClassName
{
border-color: #AFCE2F;
}
</style>