Shades of Fuego #C0D120
Tints of Fuego #C0D120
RGB
CMYK
RGB Variations
Color information
#C0D120 (or 0xC0D120) is known color: Fuego. HEX triplet: C0, D1 and 20. RGB value is (192,209,32). Sum of RGB (Red+Green+Blue) = 192+209+32=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 32 (12.89% from 255 or 7.39% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D120 is #3F2EDF. Grayscale: #B8B8B8. Windows color (decimal): -4140768 or 2150848. OLE color: 2150848.
HSL color Cylindrical-coordinate representation of color #C0D120: hue angle of 65.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0D120 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 32 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.18 |
| HSL | 65.76º | 0.73% | 0.47% | - |
| HSV(B) | 65.76º | 0.85% | 0.82% | - |
| XYZ | 44.8 | 56.91 | 9.99 | - |
| YUV | 183.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 32 | 0.08 | 0 | 0.85 | 0.18 | 65.76 | 0.73 | 0.47 |
| Hex | C0 | D1 | 20 | 8 | 0 | 55 | 12 | 42 | 49 | 2F |
| Octal | 300 | 321 | 40 | 10 | 0 | 125 | 22 | 102 | 111 | 57 |
| Binary | 11000000 | 11010001 | 100000 | 1000 | 0 | 1010101 | 10010 | 1000010 | 1001001 | 101111 |
Color Harmonies of #C0D120
Complementary color
Monochromatic Colors of #C0D120
Black with #C0D120
Text Example
Text Example
White with #C0D120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D120; }
p { color: rgb(192,209,32); }
H1.HeaderClassName
{
color: #C0D120;
}
.AnyTagClassName
{
color: #C0D120;
}
</style>
background-color css
<style>
a { background-color: #C0D120; }
a { background-color: rgb(192,209,32); }
div.DivClassName
{
background-color: #C0D120;
}
.BgClassName
{
background-color: #C0D120;
}
</style>
border-color css
<style>
span { border-color: #C0D120; }
span { border-color: rgb(192,209,32); }
td.TdClassName
{
border-color: #C0D120;
}
.TagClassName
{
border-color: #C0D120;
}
</style>