Shades of Fuego #C0D22F
Tints of Fuego #C0D22F
RGB
CMYK
RGB Variations
Color information
#C0D22F (or 0xC0D22F) is known color: Fuego. HEX triplet: C0, D2 and 2F. RGB value is (192,210,47). Sum of RGB (Red+Green+Blue) = 192+210+47=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D22F is #3F2DD0. Grayscale: #BABABA. Windows color (decimal): -4140497 or 3134144. OLE color: 3134144.
HSL color Cylindrical-coordinate representation of color #C0D22F: hue angle of 66.63º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0D22F is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 47 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.18 |
| HSL | 66.63º | 0.64% | 0.5% | - |
| HSV(B) | 66.63º | 0.78% | 0.82% | - |
| XYZ | 45.3 | 57.5 | 11.4 | - |
| YUV | 186.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 47 | 0.09 | 0 | 0.78 | 0.18 | 66.63 | 0.64 | 0.5 |
| Hex | C0 | D2 | 2F | 9 | 0 | 4E | 12 | 43 | 40 | 32 |
| Octal | 300 | 322 | 57 | 11 | 0 | 116 | 22 | 103 | 100 | 62 |
| Binary | 11000000 | 11010010 | 101111 | 1001 | 0 | 1001110 | 10010 | 1000011 | 1000000 | 110010 |
Color Harmonies of #C0D22F
Complementary color
Monochromatic Colors of #C0D22F
Black with #C0D22F
Text Example
Text Example
White with #C0D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D22F; }
p { color: rgb(192,210,47); }
H1.HeaderClassName
{
color: #C0D22F;
}
.AnyTagClassName
{
color: #C0D22F;
}
</style>
background-color css
<style>
a { background-color: #C0D22F; }
a { background-color: rgb(192,210,47); }
div.DivClassName
{
background-color: #C0D22F;
}
.BgClassName
{
background-color: #C0D22F;
}
</style>
border-color css
<style>
span { border-color: #C0D22F; }
span { border-color: rgb(192,210,47); }
td.TdClassName
{
border-color: #C0D22F;
}
.TagClassName
{
border-color: #C0D22F;
}
</style>