Shades of Fuego #C0D62C
Tints of Fuego #C0D62C
RGB
CMYK
RGB Variations
Color information
#C0D62C (or 0xC0D62C) is known color: Fuego. HEX triplet: C0, D6 and 2C. RGB value is (192,214,44). Sum of RGB (Red+Green+Blue) = 192+214+44=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D62C is #3F29D3. Grayscale: #BCBCBC. Windows color (decimal): -4139476 or 2938560. OLE color: 2938560.
HSL color Cylindrical-coordinate representation of color #C0D62C: hue angle of 67.76º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0D62C is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 44 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.16 |
| HSL | 67.76º | 0.67% | 0.51% | - |
| HSV(B) | 67.76º | 0.79% | 0.84% | - |
| XYZ | 46.24 | 59.48 | 11.43 | - |
| YUV | 188.04 | 46.71 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 44 | 0.10 | 0 | 0.79 | 0.16 | 67.76 | 0.67 | 0.51 |
| Hex | C0 | D6 | 2C | A | 0 | 4F | 10 | 44 | 43 | 33 |
| Octal | 300 | 326 | 54 | 12 | 0 | 117 | 20 | 104 | 103 | 63 |
| Binary | 11000000 | 11010110 | 101100 | 1010 | 0 | 1001111 | 10000 | 1000100 | 1000011 | 110011 |
Color Harmonies of #C0D62C
Complementary color
Monochromatic Colors of #C0D62C
Black with #C0D62C
Text Example
Text Example
White with #C0D62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D62C; }
p { color: rgb(192,214,44); }
H1.HeaderClassName
{
color: #C0D62C;
}
.AnyTagClassName
{
color: #C0D62C;
}
</style>
background-color css
<style>
a { background-color: #C0D62C; }
a { background-color: rgb(192,214,44); }
div.DivClassName
{
background-color: #C0D62C;
}
.BgClassName
{
background-color: #C0D62C;
}
</style>
border-color css
<style>
span { border-color: #C0D62C; }
span { border-color: rgb(192,214,44); }
td.TdClassName
{
border-color: #C0D62C;
}
.TagClassName
{
border-color: #C0D62C;
}
</style>