Shades of Fuego #C0D022
Tints of Fuego #C0D022
RGB
CMYK
RGB Variations
Color information
#C0D022 (or 0xC0D022) is known color: Fuego. HEX triplet: C0, D0 and 22. RGB value is (192,208,34). Sum of RGB (Red+Green+Blue) = 192+208+34=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D022 is #3F2FDD. Grayscale: #B8B8B8. Windows color (decimal): -4141022 or 2281664. OLE color: 2281664.
HSL color Cylindrical-coordinate representation of color #C0D022: hue angle of 65.52º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0D022 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 34 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.18 |
| HSL | 65.52º | 0.72% | 0.47% | - |
| HSV(B) | 65.52º | 0.84% | 0.82% | - |
| XYZ | 44.58 | 56.43 | 10.06 | - |
| YUV | 183.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 34 | 0.08 | 0 | 0.84 | 0.18 | 65.52 | 0.72 | 0.47 |
| Hex | C0 | D0 | 22 | 8 | 0 | 54 | 12 | 42 | 48 | 2F |
| Octal | 300 | 320 | 42 | 10 | 0 | 124 | 22 | 102 | 110 | 57 |
| Binary | 11000000 | 11010000 | 100010 | 1000 | 0 | 1010100 | 10010 | 1000010 | 1001000 | 101111 |
Color Harmonies of #C0D022
Complementary color
Monochromatic Colors of #C0D022
Black with #C0D022
Text Example
Text Example
White with #C0D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D022; }
p { color: rgb(192,208,34); }
H1.HeaderClassName
{
color: #C0D022;
}
.AnyTagClassName
{
color: #C0D022;
}
</style>
background-color css
<style>
a { background-color: #C0D022; }
a { background-color: rgb(192,208,34); }
div.DivClassName
{
background-color: #C0D022;
}
.BgClassName
{
background-color: #C0D022;
}
</style>
border-color css
<style>
span { border-color: #C0D022; }
span { border-color: rgb(192,208,34); }
td.TdClassName
{
border-color: #C0D022;
}
.TagClassName
{
border-color: #C0D022;
}
</style>