Shades of Fuego #C2D620
Tints of Fuego #C2D620
RGB
CMYK
RGB Variations
Color information
#C2D620 (or 0xC2D620) is known color: Fuego. HEX triplet: C2, D6 and 20. RGB value is (194,214,32). Sum of RGB (Red+Green+Blue) = 194+214+32=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D620 is #3D29DF. Grayscale: #BBBBBB. Windows color (decimal): -4008416 or 2152130. OLE color: 2152130.
HSL color Cylindrical-coordinate representation of color #C2D620: hue angle of 66.59º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2D620 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 32 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.16 |
| HSL | 66.59º | 0.74% | 0.48% | - |
| HSV(B) | 66.59º | 0.85% | 0.84% | - |
| XYZ | 46.56 | 59.67 | 10.43 | - |
| YUV | 187.27 | 40.37 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 32 | 0.09 | 0 | 0.85 | 0.16 | 66.59 | 0.74 | 0.48 |
| Hex | C2 | D6 | 20 | 9 | 0 | 55 | 10 | 43 | 4A | 30 |
| Octal | 302 | 326 | 40 | 11 | 0 | 125 | 20 | 103 | 112 | 60 |
| Binary | 11000010 | 11010110 | 100000 | 1001 | 0 | 1010101 | 10000 | 1000011 | 1001010 | 110000 |
Color Harmonies of #C2D620
Complementary color
Monochromatic Colors of #C2D620
Black with #C2D620
Text Example
Text Example
White with #C2D620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D620; }
p { color: rgb(194,214,32); }
H1.HeaderClassName
{
color: #C2D620;
}
.AnyTagClassName
{
color: #C2D620;
}
</style>
background-color css
<style>
a { background-color: #C2D620; }
a { background-color: rgb(194,214,32); }
div.DivClassName
{
background-color: #C2D620;
}
.BgClassName
{
background-color: #C2D620;
}
</style>
border-color css
<style>
span { border-color: #C2D620; }
span { border-color: rgb(194,214,32); }
td.TdClassName
{
border-color: #C2D620;
}
.TagClassName
{
border-color: #C2D620;
}
</style>