Shades of Fuego #C4D71C
Tints of Fuego #C4D71C
RGB
CMYK
RGB Variations
Color information
#C4D71C (or 0xC4D71C) is known color: Fuego. HEX triplet: C4, D7 and 1C. RGB value is (196,215,28). Sum of RGB (Red+Green+Blue) = 196+215+28=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 28 (11.33% from 255 or 6.38% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D71C is #3B28E3. Grayscale: #BCBCBC. Windows color (decimal): -3877092 or 1890244. OLE color: 1890244.
HSL color Cylindrical-coordinate representation of color #C4D71C: hue angle of 66.1º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4D71C is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 28 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.16 |
| HSL | 66.1º | 0.77% | 0.48% | - |
| HSV(B) | 66.1º | 0.87% | 0.84% | - |
| XYZ | 47.27 | 60.42 | 10.27 | - |
| YUV | 188 | 37.71 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 28 | 0.09 | 0 | 0.87 | 0.16 | 66.1 | 0.77 | 0.48 |
| Hex | C4 | D7 | 1C | 9 | 0 | 57 | 10 | 42 | 4D | 30 |
| Octal | 304 | 327 | 34 | 11 | 0 | 127 | 20 | 102 | 115 | 60 |
| Binary | 11000100 | 11010111 | 11100 | 1001 | 0 | 1010111 | 10000 | 1000010 | 1001101 | 110000 |
Color Harmonies of #C4D71C
Complementary color
Monochromatic Colors of #C4D71C
Black with #C4D71C
Text Example
Text Example
White with #C4D71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D71C; }
p { color: rgb(196,215,28); }
H1.HeaderClassName
{
color: #C4D71C;
}
.AnyTagClassName
{
color: #C4D71C;
}
</style>
background-color css
<style>
a { background-color: #C4D71C; }
a { background-color: rgb(196,215,28); }
div.DivClassName
{
background-color: #C4D71C;
}
.BgClassName
{
background-color: #C4D71C;
}
</style>
border-color css
<style>
span { border-color: #C4D71C; }
span { border-color: rgb(196,215,28); }
td.TdClassName
{
border-color: #C4D71C;
}
.TagClassName
{
border-color: #C4D71C;
}
</style>