Shades of Fuego #C0D421
Tints of Fuego #C0D421
RGB
CMYK
RGB Variations
Color information
#C0D421 (or 0xC0D421) is known color: Fuego. HEX triplet: C0, D4 and 21. RGB value is (192,212,33). Sum of RGB (Red+Green+Blue) = 192+212+33=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D421 is #3F2BDE. Grayscale: #BABABA. Windows color (decimal): -4139999 or 2217152. OLE color: 2217152.
HSL color Cylindrical-coordinate representation of color #C0D421: hue angle of 66.7º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0D421 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 212 | 33 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.17 |
| HSL | 66.7º | 0.73% | 0.48% | - |
| HSV(B) | 66.7º | 0.84% | 0.83% | - |
| XYZ | 45.56 | 58.4 | 10.31 | - |
| YUV | 185.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 212 | 33 | 0.09 | 0 | 0.84 | 0.17 | 66.7 | 0.73 | 0.48 |
| Hex | C0 | D4 | 21 | 9 | 0 | 54 | 11 | 43 | 49 | 30 |
| Octal | 300 | 324 | 41 | 11 | 0 | 124 | 21 | 103 | 111 | 60 |
| Binary | 11000000 | 11010100 | 100001 | 1001 | 0 | 1010100 | 10001 | 1000011 | 1001001 | 110000 |
Color Harmonies of #C0D421
Complementary color
Monochromatic Colors of #C0D421
Black with #C0D421
Text Example
Text Example
White with #C0D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D421; }
p { color: rgb(192,212,33); }
H1.HeaderClassName
{
color: #C0D421;
}
.AnyTagClassName
{
color: #C0D421;
}
</style>
background-color css
<style>
a { background-color: #C0D421; }
a { background-color: rgb(192,212,33); }
div.DivClassName
{
background-color: #C0D421;
}
.BgClassName
{
background-color: #C0D421;
}
</style>
border-color css
<style>
span { border-color: #C0D421; }
span { border-color: rgb(192,212,33); }
td.TdClassName
{
border-color: #C0D421;
}
.TagClassName
{
border-color: #C0D421;
}
</style>