Shades of Fuego #C0D125
Tints of Fuego #C0D125
RGB
CMYK
RGB Variations
Color information
#C0D125 (or 0xC0D125) is known color: Fuego. HEX triplet: C0, D1 and 25. RGB value is (192,209,37). Sum of RGB (Red+Green+Blue) = 192+209+37=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D125 is #3F2EDA. Grayscale: #B8B8B8. Windows color (decimal): -4140763 or 2478528. OLE color: 2478528.
HSL color Cylindrical-coordinate representation of color #C0D125: hue angle of 65.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0D125 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 37 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.18 |
| HSL | 65.93º | 0.7% | 0.48% | - |
| HSV(B) | 65.93º | 0.82% | 0.82% | - |
| XYZ | 44.87 | 56.94 | 10.38 | - |
| YUV | 184.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 37 | 0.08 | 0 | 0.82 | 0.18 | 65.93 | 0.7 | 0.48 |
| Hex | C0 | D1 | 25 | 8 | 0 | 52 | 12 | 42 | 46 | 30 |
| Octal | 300 | 321 | 45 | 10 | 0 | 122 | 22 | 102 | 106 | 60 |
| Binary | 11000000 | 11010001 | 100101 | 1000 | 0 | 1010010 | 10010 | 1000010 | 1000110 | 110000 |
Color Harmonies of #C0D125
Complementary color
Monochromatic Colors of #C0D125
Black with #C0D125
Text Example
Text Example
White with #C0D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D125; }
p { color: rgb(192,209,37); }
H1.HeaderClassName
{
color: #C0D125;
}
.AnyTagClassName
{
color: #C0D125;
}
</style>
background-color css
<style>
a { background-color: #C0D125; }
a { background-color: rgb(192,209,37); }
div.DivClassName
{
background-color: #C0D125;
}
.BgClassName
{
background-color: #C0D125;
}
</style>
border-color css
<style>
span { border-color: #C0D125; }
span { border-color: rgb(192,209,37); }
td.TdClassName
{
border-color: #C0D125;
}
.TagClassName
{
border-color: #C0D125;
}
</style>