Shades of Fuego #C0D71D
Tints of Fuego #C0D71D
RGB
CMYK
RGB Variations
Color information
#C0D71D (or 0xC0D71D) is known color: Fuego. HEX triplet: C0, D7 and 1D. RGB value is (192,215,29). Sum of RGB (Red+Green+Blue) = 192+215+29=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D71D is #3F28E2. Grayscale: #BBBBBB. Windows color (decimal): -4139235 or 1955776. OLE color: 1955776.
HSL color Cylindrical-coordinate representation of color #C0D71D: hue angle of 67.42º degrees, saturation: 0.76, 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 #C0D71D is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 29 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.16 |
| HSL | 67.42º | 0.76% | 0.48% | - |
| HSV(B) | 67.42º | 0.87% | 0.84% | - |
| XYZ | 46.26 | 59.9 | 10.29 | - |
| YUV | 186.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 29 | 0.11 | 0 | 0.87 | 0.16 | 67.42 | 0.76 | 0.48 |
| Hex | C0 | D7 | 1D | B | 0 | 57 | 10 | 43 | 4C | 30 |
| Octal | 300 | 327 | 35 | 13 | 0 | 127 | 20 | 103 | 114 | 60 |
| Binary | 11000000 | 11010111 | 11101 | 1011 | 0 | 1010111 | 10000 | 1000011 | 1001100 | 110000 |
Color Harmonies of #C0D71D
Complementary color
Monochromatic Colors of #C0D71D
Black with #C0D71D
Text Example
Text Example
White with #C0D71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D71D; }
p { color: rgb(192,215,29); }
H1.HeaderClassName
{
color: #C0D71D;
}
.AnyTagClassName
{
color: #C0D71D;
}
</style>
background-color css
<style>
a { background-color: #C0D71D; }
a { background-color: rgb(192,215,29); }
div.DivClassName
{
background-color: #C0D71D;
}
.BgClassName
{
background-color: #C0D71D;
}
</style>
border-color css
<style>
span { border-color: #C0D71D; }
span { border-color: rgb(192,215,29); }
td.TdClassName
{
border-color: #C0D71D;
}
.TagClassName
{
border-color: #C0D71D;
}
</style>