Shades of Fuego #C0C82E
Tints of Fuego #C0C82E
RGB
CMYK
RGB Variations
Color information
#C0C82E (or 0xC0C82E) is known color: Fuego. HEX triplet: C0, C8 and 2E. RGB value is (192,200,46). Sum of RGB (Red+Green+Blue) = 192+200+46=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 46 (18.36% from 255 or 10.50% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C82E is #3F37D1. Grayscale: #B4B4B4. Windows color (decimal): -4143058 or 3066048. OLE color: 3066048.
HSL color Cylindrical-coordinate representation of color #C0C82E: hue angle of 63.12º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0C82E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 46 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.22 |
| HSL | 63.12º | 0.63% | 0.48% | - |
| HSV(B) | 63.12º | 0.77% | 0.78% | - |
| XYZ | 42.89 | 52.71 | 10.5 | - |
| YUV | 180.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 46 | 0.04 | 0 | 0.77 | 0.22 | 63.12 | 0.63 | 0.48 |
| Hex | C0 | C8 | 2E | 4 | 0 | 4D | 16 | 3F | 3F | 30 |
| Octal | 300 | 310 | 56 | 4 | 0 | 115 | 26 | 77 | 77 | 60 |
| Binary | 11000000 | 11001000 | 101110 | 100 | 0 | 1001101 | 10110 | 111111 | 111111 | 110000 |
Color Harmonies of #C0C82E
Complementary color
Monochromatic Colors of #C0C82E
Black with #C0C82E
Text Example
Text Example
White with #C0C82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C82E; }
p { color: rgb(192,200,46); }
H1.HeaderClassName
{
color: #C0C82E;
}
.AnyTagClassName
{
color: #C0C82E;
}
</style>
background-color css
<style>
a { background-color: #C0C82E; }
a { background-color: rgb(192,200,46); }
div.DivClassName
{
background-color: #C0C82E;
}
.BgClassName
{
background-color: #C0C82E;
}
</style>
border-color css
<style>
span { border-color: #C0C82E; }
span { border-color: rgb(192,200,46); }
td.TdClassName
{
border-color: #C0C82E;
}
.TagClassName
{
border-color: #C0C82E;
}
</style>