Shades of Fuego #C2D52C
Tints of Fuego #C2D52C
RGB
CMYK
RGB Variations
Color information
#C2D52C (or 0xC2D52C) is known color: Fuego. HEX triplet: C2, D5 and 2C. RGB value is (194,213,44). Sum of RGB (Red+Green+Blue) = 194+213+44=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D52C is #3D2AD3. Grayscale: #BCBCBC. Windows color (decimal): -4008660 or 2938306. OLE color: 2938306.
HSL color Cylindrical-coordinate representation of color #C2D52C: hue angle of 66.75º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2D52C is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 44 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.16 |
| HSL | 66.75º | 0.67% | 0.5% | - |
| HSV(B) | 66.75º | 0.79% | 0.84% | - |
| XYZ | 46.5 | 59.24 | 11.37 | - |
| YUV | 188.05 | 46.71 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 44 | 0.09 | 0 | 0.79 | 0.16 | 66.75 | 0.67 | 0.5 |
| Hex | C2 | D5 | 2C | 9 | 0 | 4F | 10 | 43 | 43 | 32 |
| Octal | 302 | 325 | 54 | 11 | 0 | 117 | 20 | 103 | 103 | 62 |
| Binary | 11000010 | 11010101 | 101100 | 1001 | 0 | 1001111 | 10000 | 1000011 | 1000011 | 110010 |
Color Harmonies of #C2D52C
Complementary color
Monochromatic Colors of #C2D52C
Black with #C2D52C
Text Example
Text Example
White with #C2D52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D52C; }
p { color: rgb(194,213,44); }
H1.HeaderClassName
{
color: #C2D52C;
}
.AnyTagClassName
{
color: #C2D52C;
}
</style>
background-color css
<style>
a { background-color: #C2D52C; }
a { background-color: rgb(194,213,44); }
div.DivClassName
{
background-color: #C2D52C;
}
.BgClassName
{
background-color: #C2D52C;
}
</style>
border-color css
<style>
span { border-color: #C2D52C; }
span { border-color: rgb(194,213,44); }
td.TdClassName
{
border-color: #C2D52C;
}
.TagClassName
{
border-color: #C2D52C;
}
</style>