Shades of Fuego #C0D122
Tints of Fuego #C0D122
RGB
CMYK
RGB Variations
Color information
#C0D122 (or 0xC0D122) is known color: Fuego. HEX triplet: C0, D1 and 22. RGB value is (192,209,34). Sum of RGB (Red+Green+Blue) = 192+209+34=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D122 is #3F2EDD. Grayscale: #B8B8B8. Windows color (decimal): -4140766 or 2281920. OLE color: 2281920.
HSL color Cylindrical-coordinate representation of color #C0D122: hue angle of 65.83º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0D122 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 34 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.18 |
| HSL | 65.83º | 0.72% | 0.48% | - |
| HSV(B) | 65.83º | 0.84% | 0.82% | - |
| XYZ | 44.83 | 56.92 | 10.14 | - |
| YUV | 183.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 34 | 0.08 | 0 | 0.84 | 0.18 | 65.83 | 0.72 | 0.48 |
| Hex | C0 | D1 | 22 | 8 | 0 | 54 | 12 | 42 | 48 | 30 |
| Octal | 300 | 321 | 42 | 10 | 0 | 124 | 22 | 102 | 110 | 60 |
| Binary | 11000000 | 11010001 | 100010 | 1000 | 0 | 1010100 | 10010 | 1000010 | 1001000 | 110000 |
Color Harmonies of #C0D122
Complementary color
Monochromatic Colors of #C0D122
Black with #C0D122
Text Example
Text Example
White with #C0D122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D122; }
p { color: rgb(192,209,34); }
H1.HeaderClassName
{
color: #C0D122;
}
.AnyTagClassName
{
color: #C0D122;
}
</style>
background-color css
<style>
a { background-color: #C0D122; }
a { background-color: rgb(192,209,34); }
div.DivClassName
{
background-color: #C0D122;
}
.BgClassName
{
background-color: #C0D122;
}
</style>
border-color css
<style>
span { border-color: #C0D122; }
span { border-color: rgb(192,209,34); }
td.TdClassName
{
border-color: #C0D122;
}
.TagClassName
{
border-color: #C0D122;
}
</style>