Shades of Fuego #AFCE2D
Tints of Fuego #AFCE2D
RGB
CMYK
RGB Variations
Color information
#AFCE2D (or 0xAFCE2D) is known color: Fuego. HEX triplet: AF, CE and 2D. RGB value is (175,206,45). Sum of RGB (Red+Green+Blue) = 175+206+45=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE2D is #5031D2. Grayscale: #B2B2B2. Windows color (decimal): -5255635 or 3002031. OLE color: 3002031.
HSL color Cylindrical-coordinate representation of color #AFCE2D: hue angle of 71.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFCE2D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 45 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.19 |
| HSL | 71.55º | 0.64% | 0.49% | - |
| HSV(B) | 71.55º | 0.78% | 0.81% | - |
| XYZ | 40.22 | 53.45 | 10.68 | - |
| YUV | 178.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 45 | 0.15 | 0 | 0.78 | 0.19 | 71.55 | 0.64 | 0.49 |
| Hex | AF | CE | 2D | F | 0 | 4E | 13 | 48 | 40 | 31 |
| Octal | 257 | 316 | 55 | 17 | 0 | 116 | 23 | 110 | 100 | 61 |
| Binary | 10101111 | 11001110 | 101101 | 1111 | 0 | 1001110 | 10011 | 1001000 | 1000000 | 110001 |
Color Harmonies of #AFCE2D
Complementary color
Monochromatic Colors of #AFCE2D
Black with #AFCE2D
Text Example
Text Example
White with #AFCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE2D; }
p { color: rgb(175,206,45); }
H1.HeaderClassName
{
color: #AFCE2D;
}
.AnyTagClassName
{
color: #AFCE2D;
}
</style>
background-color css
<style>
a { background-color: #AFCE2D; }
a { background-color: rgb(175,206,45); }
div.DivClassName
{
background-color: #AFCE2D;
}
.BgClassName
{
background-color: #AFCE2D;
}
</style>
border-color css
<style>
span { border-color: #AFCE2D; }
span { border-color: rgb(175,206,45); }
td.TdClassName
{
border-color: #AFCE2D;
}
.TagClassName
{
border-color: #AFCE2D;
}
</style>