Shades of Fuego #C2D72C
Tints of Fuego #C2D72C
RGB
CMYK
RGB Variations
Color information
#C2D72C (or 0xC2D72C) is known color: Fuego. HEX triplet: C2, D7 and 2C. RGB value is (194,215,44). Sum of RGB (Red+Green+Blue) = 194+215+44=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 215 (84.38% from 255 or 47.46% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D72C is #3D28D3. Grayscale: #BDBDBD. Windows color (decimal): -4008148 or 2938818. OLE color: 2938818.
HSL color Cylindrical-coordinate representation of color #C2D72C: hue angle of 67.37º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2D72C is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 44 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.16 |
| HSL | 67.37º | 0.68% | 0.51% | - |
| HSV(B) | 67.37º | 0.8% | 0.84% | - |
| XYZ | 47 | 60.25 | 11.54 | - |
| YUV | 189.23 | 46.04 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 44 | 0.10 | 0 | 0.80 | 0.16 | 67.37 | 0.68 | 0.51 |
| Hex | C2 | D7 | 2C | A | 0 | 50 | 10 | 43 | 44 | 33 |
| Octal | 302 | 327 | 54 | 12 | 0 | 120 | 20 | 103 | 104 | 63 |
| Binary | 11000010 | 11010111 | 101100 | 1010 | 0 | 1010000 | 10000 | 1000011 | 1000100 | 110011 |
Color Harmonies of #C2D72C
Complementary color
Monochromatic Colors of #C2D72C
Black with #C2D72C
Text Example
Text Example
White with #C2D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D72C; }
p { color: rgb(194,215,44); }
H1.HeaderClassName
{
color: #C2D72C;
}
.AnyTagClassName
{
color: #C2D72C;
}
</style>
background-color css
<style>
a { background-color: #C2D72C; }
a { background-color: rgb(194,215,44); }
div.DivClassName
{
background-color: #C2D72C;
}
.BgClassName
{
background-color: #C2D72C;
}
</style>
border-color css
<style>
span { border-color: #C2D72C; }
span { border-color: rgb(194,215,44); }
td.TdClassName
{
border-color: #C2D72C;
}
.TagClassName
{
border-color: #C2D72C;
}
</style>