Shades of Fuego #C2D621
Tints of Fuego #C2D621
RGB
CMYK
RGB Variations
Color information
#C2D621 (or 0xC2D621) is known color: Fuego. HEX triplet: C2, D6 and 21. RGB value is (194,214,33). Sum of RGB (Red+Green+Blue) = 194+214+33=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D621 is #3D29DE. Grayscale: #BCBCBC. Windows color (decimal): -4008415 or 2217666. OLE color: 2217666.
HSL color Cylindrical-coordinate representation of color #C2D621: hue angle of 66.63º degrees, saturation: 0.73, 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 #C2D621 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 33 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.16 |
| HSL | 66.63º | 0.73% | 0.48% | - |
| HSV(B) | 66.63º | 0.85% | 0.84% | - |
| XYZ | 46.57 | 59.67 | 10.5 | - |
| YUV | 187.39 | 40.87 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 33 | 0.09 | 0 | 0.85 | 0.16 | 66.63 | 0.73 | 0.48 |
| Hex | C2 | D6 | 21 | 9 | 0 | 55 | 10 | 43 | 49 | 30 |
| Octal | 302 | 326 | 41 | 11 | 0 | 125 | 20 | 103 | 111 | 60 |
| Binary | 11000010 | 11010110 | 100001 | 1001 | 0 | 1010101 | 10000 | 1000011 | 1001001 | 110000 |
Color Harmonies of #C2D621
Complementary color
Monochromatic Colors of #C2D621
Black with #C2D621
Text Example
Text Example
White with #C2D621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D621; }
p { color: rgb(194,214,33); }
H1.HeaderClassName
{
color: #C2D621;
}
.AnyTagClassName
{
color: #C2D621;
}
</style>
background-color css
<style>
a { background-color: #C2D621; }
a { background-color: rgb(194,214,33); }
div.DivClassName
{
background-color: #C2D621;
}
.BgClassName
{
background-color: #C2D621;
}
</style>
border-color css
<style>
span { border-color: #C2D621; }
span { border-color: rgb(194,214,33); }
td.TdClassName
{
border-color: #C2D621;
}
.TagClassName
{
border-color: #C2D621;
}
</style>