Shades of Fuego #C0D335
Tints of Fuego #C0D335
RGB
CMYK
RGB Variations
Color information
#C0D335 (or 0xC0D335) is known color: Fuego. HEX triplet: C0, D3 and 35. RGB value is (192,211,53). Sum of RGB (Red+Green+Blue) = 192+211+53=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D335 is #3F2CCA. Grayscale: #BBBBBB. Windows color (decimal): -4140235 or 3527616. OLE color: 3527616.
HSL color Cylindrical-coordinate representation of color #C0D335: hue angle of 67.22º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0D335 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 53 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.17 |
| HSL | 67.22º | 0.64% | 0.52% | - |
| HSV(B) | 67.22º | 0.75% | 0.83% | - |
| XYZ | 45.68 | 58.05 | 12.17 | - |
| YUV | 187.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 53 | 0.09 | 0 | 0.75 | 0.17 | 67.22 | 0.64 | 0.52 |
| Hex | C0 | D3 | 35 | 9 | 0 | 4B | 11 | 43 | 40 | 34 |
| Octal | 300 | 323 | 65 | 11 | 0 | 113 | 21 | 103 | 100 | 64 |
| Binary | 11000000 | 11010011 | 110101 | 1001 | 0 | 1001011 | 10001 | 1000011 | 1000000 | 110100 |
Color Harmonies of #C0D335
Complementary color
Monochromatic Colors of #C0D335
Black with #C0D335
Text Example
Text Example
White with #C0D335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D335; }
p { color: rgb(192,211,53); }
H1.HeaderClassName
{
color: #C0D335;
}
.AnyTagClassName
{
color: #C0D335;
}
</style>
background-color css
<style>
a { background-color: #C0D335; }
a { background-color: rgb(192,211,53); }
div.DivClassName
{
background-color: #C0D335;
}
.BgClassName
{
background-color: #C0D335;
}
</style>
border-color css
<style>
span { border-color: #C0D335; }
span { border-color: rgb(192,211,53); }
td.TdClassName
{
border-color: #C0D335;
}
.TagClassName
{
border-color: #C0D335;
}
</style>