Shades of Fuego #C2D61D
Tints of Fuego #C2D61D
RGB
CMYK
RGB Variations
Color information
#C2D61D (or 0xC2D61D) is known color: Fuego. HEX triplet: C2, D6 and 1D. RGB value is (194,214,29). Sum of RGB (Red+Green+Blue) = 194+214+29=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D61D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D61D is #3D29E2. Grayscale: #BBBBBB. Windows color (decimal): -4008419 or 1955522. OLE color: 1955522.
HSL color Cylindrical-coordinate representation of color #C2D61D: hue angle of 66.49º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2D61D is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 29 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.16 |
| HSL | 66.49º | 0.76% | 0.48% | - |
| HSV(B) | 66.49º | 0.86% | 0.84% | - |
| XYZ | 46.52 | 59.65 | 10.22 | - |
| YUV | 186.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 29 | 0.09 | 0 | 0.86 | 0.16 | 66.49 | 0.76 | 0.48 |
| Hex | C2 | D6 | 1D | 9 | 0 | 56 | 10 | 42 | 4C | 30 |
| Octal | 302 | 326 | 35 | 11 | 0 | 126 | 20 | 102 | 114 | 60 |
| Binary | 11000010 | 11010110 | 11101 | 1001 | 0 | 1010110 | 10000 | 1000010 | 1001100 | 110000 |
Color Harmonies of #C2D61D
Complementary color
Monochromatic Colors of #C2D61D
Black with #C2D61D
Text Example
Text Example
White with #C2D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D61D; }
p { color: rgb(194,214,29); }
H1.HeaderClassName
{
color: #C2D61D;
}
.AnyTagClassName
{
color: #C2D61D;
}
</style>
background-color css
<style>
a { background-color: #C2D61D; }
a { background-color: rgb(194,214,29); }
div.DivClassName
{
background-color: #C2D61D;
}
.BgClassName
{
background-color: #C2D61D;
}
</style>
border-color css
<style>
span { border-color: #C2D61D; }
span { border-color: rgb(194,214,29); }
td.TdClassName
{
border-color: #C2D61D;
}
.TagClassName
{
border-color: #C2D61D;
}
</style>