Shades of Fuego #C0D71E
Tints of Fuego #C0D71E
RGB
CMYK
RGB Variations
Color information
#C0D71E (or 0xC0D71E) is known color: Fuego. HEX triplet: C0, D7 and 1E. RGB value is (192,215,30). Sum of RGB (Red+Green+Blue) = 192+215+30=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D71E is #3F28E1. Grayscale: #BBBBBB. Windows color (decimal): -4139234 or 2021312. OLE color: 2021312.
HSL color Cylindrical-coordinate representation of color #C0D71E: hue angle of 67.46º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0D71E is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 30 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.16 |
| HSL | 67.46º | 0.76% | 0.48% | - |
| HSV(B) | 67.46º | 0.86% | 0.84% | - |
| XYZ | 46.27 | 59.9 | 10.35 | - |
| YUV | 187.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 30 | 0.11 | 0 | 0.86 | 0.16 | 67.46 | 0.76 | 0.48 |
| Hex | C0 | D7 | 1E | B | 0 | 56 | 10 | 43 | 4C | 30 |
| Octal | 300 | 327 | 36 | 13 | 0 | 126 | 20 | 103 | 114 | 60 |
| Binary | 11000000 | 11010111 | 11110 | 1011 | 0 | 1010110 | 10000 | 1000011 | 1001100 | 110000 |
Color Harmonies of #C0D71E
Complementary color
Monochromatic Colors of #C0D71E
Black with #C0D71E
Text Example
Text Example
White with #C0D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D71E; }
p { color: rgb(192,215,30); }
H1.HeaderClassName
{
color: #C0D71E;
}
.AnyTagClassName
{
color: #C0D71E;
}
</style>
background-color css
<style>
a { background-color: #C0D71E; }
a { background-color: rgb(192,215,30); }
div.DivClassName
{
background-color: #C0D71E;
}
.BgClassName
{
background-color: #C0D71E;
}
</style>
border-color css
<style>
span { border-color: #C0D71E; }
span { border-color: rgb(192,215,30); }
td.TdClassName
{
border-color: #C0D71E;
}
.TagClassName
{
border-color: #C0D71E;
}
</style>