Shades of Fuego #C0D923
Tints of Fuego #C0D923
RGB
CMYK
RGB Variations
Color information
#C0D923 (or 0xC0D923) is known color: Fuego. HEX triplet: C0, D9 and 23. RGB value is (192,217,35). Sum of RGB (Red+Green+Blue) = 192+217+35=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D923 is #3F26DC. Grayscale: #BDBDBD. Windows color (decimal): -4138717 or 2349504. OLE color: 2349504.
HSL color Cylindrical-coordinate representation of color #C0D923: hue angle of 68.24º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0D923 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 35 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.15 |
| HSL | 68.24º | 0.72% | 0.49% | - |
| HSV(B) | 68.24º | 0.84% | 0.85% | - |
| XYZ | 46.85 | 60.95 | 10.89 | - |
| YUV | 188.78 | 41.22 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 35 | 0.12 | 0 | 0.84 | 0.15 | 68.24 | 0.72 | 0.49 |
| Hex | C0 | D9 | 23 | C | 0 | 54 | F | 44 | 48 | 31 |
| Octal | 300 | 331 | 43 | 14 | 0 | 124 | 17 | 104 | 110 | 61 |
| Binary | 11000000 | 11011001 | 100011 | 1100 | 0 | 1010100 | 1111 | 1000100 | 1001000 | 110001 |
Color Harmonies of #C0D923
Complementary color
Monochromatic Colors of #C0D923
Black with #C0D923
Text Example
Text Example
White with #C0D923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D923; }
p { color: rgb(192,217,35); }
H1.HeaderClassName
{
color: #C0D923;
}
.AnyTagClassName
{
color: #C0D923;
}
</style>
background-color css
<style>
a { background-color: #C0D923; }
a { background-color: rgb(192,217,35); }
div.DivClassName
{
background-color: #C0D923;
}
.BgClassName
{
background-color: #C0D923;
}
</style>
border-color css
<style>
span { border-color: #C0D923; }
span { border-color: rgb(192,217,35); }
td.TdClassName
{
border-color: #C0D923;
}
.TagClassName
{
border-color: #C0D923;
}
</style>