Shades of Fuego #C0D124
Tints of Fuego #C0D124
RGB
CMYK
RGB Variations
Color information
#C0D124 (or 0xC0D124) is known color: Fuego. HEX triplet: C0, D1 and 24. RGB value is (192,209,36). Sum of RGB (Red+Green+Blue) = 192+209+36=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 209 (82.03% from 255 or 47.83% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D124 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D124 is #3F2EDB. Grayscale: #B8B8B8. Windows color (decimal): -4140764 or 2412992. OLE color: 2412992.
HSL color Cylindrical-coordinate representation of color #C0D124: hue angle of 65.9º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0D124 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 36 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.18 |
| HSL | 65.9º | 0.71% | 0.48% | - |
| HSV(B) | 65.9º | 0.83% | 0.82% | - |
| XYZ | 44.86 | 56.93 | 10.29 | - |
| YUV | 184.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 36 | 0.08 | 0 | 0.83 | 0.18 | 65.9 | 0.71 | 0.48 |
| Hex | C0 | D1 | 24 | 8 | 0 | 53 | 12 | 42 | 47 | 30 |
| Octal | 300 | 321 | 44 | 10 | 0 | 123 | 22 | 102 | 107 | 60 |
| Binary | 11000000 | 11010001 | 100100 | 1000 | 0 | 1010011 | 10010 | 1000010 | 1000111 | 110000 |
Color Harmonies of #C0D124
Complementary color
Monochromatic Colors of #C0D124
Black with #C0D124
Text Example
Text Example
White with #C0D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D124; }
p { color: rgb(192,209,36); }
H1.HeaderClassName
{
color: #C0D124;
}
.AnyTagClassName
{
color: #C0D124;
}
</style>
background-color css
<style>
a { background-color: #C0D124; }
a { background-color: rgb(192,209,36); }
div.DivClassName
{
background-color: #C0D124;
}
.BgClassName
{
background-color: #C0D124;
}
</style>
border-color css
<style>
span { border-color: #C0D124; }
span { border-color: rgb(192,209,36); }
td.TdClassName
{
border-color: #C0D124;
}
.TagClassName
{
border-color: #C0D124;
}
</style>