Shades of Fuego #C2D532
Tints of Fuego #C2D532
RGB
CMYK
RGB Variations
Color information
#C2D532 (or 0xC2D532) is known color: Fuego. HEX triplet: C2, D5 and 32. RGB value is (194,213,50). Sum of RGB (Red+Green+Blue) = 194+213+50=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 50 (19.92% from 255 or 10.94% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D532 is #3D2ACD. Grayscale: #BDBDBD. Windows color (decimal): -4008654 or 3331522. OLE color: 3331522.
HSL color Cylindrical-coordinate representation of color #C2D532: hue angle of 66.99º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2D532 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 50 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.16 |
| HSL | 66.99º | 0.66% | 0.52% | - |
| HSV(B) | 66.99º | 0.77% | 0.84% | - |
| XYZ | 46.62 | 59.29 | 12 | - |
| YUV | 188.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 50 | 0.09 | 0 | 0.77 | 0.16 | 66.99 | 0.66 | 0.52 |
| Hex | C2 | D5 | 32 | 9 | 0 | 4D | 10 | 43 | 42 | 34 |
| Octal | 302 | 325 | 62 | 11 | 0 | 115 | 20 | 103 | 102 | 64 |
| Binary | 11000010 | 11010101 | 110010 | 1001 | 0 | 1001101 | 10000 | 1000011 | 1000010 | 110100 |
Color Harmonies of #C2D532
Complementary color
Monochromatic Colors of #C2D532
Black with #C2D532
Text Example
Text Example
White with #C2D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D532; }
p { color: rgb(194,213,50); }
H1.HeaderClassName
{
color: #C2D532;
}
.AnyTagClassName
{
color: #C2D532;
}
</style>
background-color css
<style>
a { background-color: #C2D532; }
a { background-color: rgb(194,213,50); }
div.DivClassName
{
background-color: #C2D532;
}
.BgClassName
{
background-color: #C2D532;
}
</style>
border-color css
<style>
span { border-color: #C2D532; }
span { border-color: rgb(194,213,50); }
td.TdClassName
{
border-color: #C2D532;
}
.TagClassName
{
border-color: #C2D532;
}
</style>