Shades of Fuego #C4D81F
Tints of Fuego #C4D81F
RGB
CMYK
RGB Variations
Color information
#C4D81F (or 0xC4D81F) is known color: Fuego. HEX triplet: C4, D8 and 1F. RGB value is (196,216,31). Sum of RGB (Red+Green+Blue) = 196+216+31=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D81F is #3B27E0. Grayscale: #BDBDBD. Windows color (decimal): -3876833 or 2087108. OLE color: 2087108.
HSL color Cylindrical-coordinate representation of color #C4D81F: hue angle of 66.49º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D81F is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 31 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.15 |
| HSL | 66.49º | 0.75% | 0.48% | - |
| HSV(B) | 66.49º | 0.86% | 0.85% | - |
| XYZ | 47.57 | 60.95 | 10.55 | - |
| YUV | 188.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 31 | 0.09 | 0 | 0.86 | 0.15 | 66.49 | 0.75 | 0.48 |
| Hex | C4 | D8 | 1F | 9 | 0 | 56 | F | 42 | 4B | 30 |
| Octal | 304 | 330 | 37 | 11 | 0 | 126 | 17 | 102 | 113 | 60 |
| Binary | 11000100 | 11011000 | 11111 | 1001 | 0 | 1010110 | 1111 | 1000010 | 1001011 | 110000 |
Color Harmonies of #C4D81F
Complementary color
Monochromatic Colors of #C4D81F
Black with #C4D81F
Text Example
Text Example
White with #C4D81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D81F; }
p { color: rgb(196,216,31); }
H1.HeaderClassName
{
color: #C4D81F;
}
.AnyTagClassName
{
color: #C4D81F;
}
</style>
background-color css
<style>
a { background-color: #C4D81F; }
a { background-color: rgb(196,216,31); }
div.DivClassName
{
background-color: #C4D81F;
}
.BgClassName
{
background-color: #C4D81F;
}
</style>
border-color css
<style>
span { border-color: #C4D81F; }
span { border-color: rgb(196,216,31); }
td.TdClassName
{
border-color: #C4D81F;
}
.TagClassName
{
border-color: #C4D81F;
}
</style>