Shades of Fuego #C0D02F
Tints of Fuego #C0D02F
RGB
CMYK
RGB Variations
Color information
#C0D02F (or 0xC0D02F) is known color: Fuego. HEX triplet: C0, D0 and 2F. RGB value is (192,208,47). Sum of RGB (Red+Green+Blue) = 192+208+47=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 47 (18.75% from 255 or 10.51% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D02F is #3F2FD0. Grayscale: #B9B9B9. Windows color (decimal): -4141009 or 3133632. OLE color: 3133632.
HSL color Cylindrical-coordinate representation of color #C0D02F: hue angle of 65.96º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0D02F is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 47 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.18 |
| HSL | 65.96º | 0.63% | 0.5% | - |
| HSV(B) | 65.96º | 0.77% | 0.82% | - |
| XYZ | 44.81 | 56.52 | 11.24 | - |
| YUV | 184.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 47 | 0.08 | 0 | 0.77 | 0.18 | 65.96 | 0.63 | 0.5 |
| Hex | C0 | D0 | 2F | 8 | 0 | 4D | 12 | 42 | 3F | 32 |
| Octal | 300 | 320 | 57 | 10 | 0 | 115 | 22 | 102 | 77 | 62 |
| Binary | 11000000 | 11010000 | 101111 | 1000 | 0 | 1001101 | 10010 | 1000010 | 111111 | 110010 |
Color Harmonies of #C0D02F
Complementary color
Monochromatic Colors of #C0D02F
Black with #C0D02F
Text Example
Text Example
White with #C0D02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D02F; }
p { color: rgb(192,208,47); }
H1.HeaderClassName
{
color: #C0D02F;
}
.AnyTagClassName
{
color: #C0D02F;
}
</style>
background-color css
<style>
a { background-color: #C0D02F; }
a { background-color: rgb(192,208,47); }
div.DivClassName
{
background-color: #C0D02F;
}
.BgClassName
{
background-color: #C0D02F;
}
</style>
border-color css
<style>
span { border-color: #C0D02F; }
span { border-color: rgb(192,208,47); }
td.TdClassName
{
border-color: #C0D02F;
}
.TagClassName
{
border-color: #C0D02F;
}
</style>