Shades of Fuego #C2D430
Tints of Fuego #C2D430
RGB
CMYK
RGB Variations
Color information
#C2D430 (or 0xC2D430) is known color: Fuego. HEX triplet: C2, D4 and 30. RGB value is (194,212,48). Sum of RGB (Red+Green+Blue) = 194+212+48=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 212 (83.20% from 255 or 46.70% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D430 is #3D2BCF. Grayscale: #BCBCBC. Windows color (decimal): -4008912 or 3200194. OLE color: 3200194.
HSL color Cylindrical-coordinate representation of color #C2D430: hue angle of 66.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2D430 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 212 | 48 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.17 |
| HSL | 66.59º | 0.66% | 0.51% | - |
| HSV(B) | 66.59º | 0.77% | 0.83% | - |
| XYZ | 46.33 | 58.77 | 11.7 | - |
| YUV | 187.92 | 49.04 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 212 | 48 | 0.08 | 0 | 0.77 | 0.17 | 66.59 | 0.66 | 0.51 |
| Hex | C2 | D4 | 30 | 8 | 0 | 4D | 11 | 43 | 42 | 33 |
| Octal | 302 | 324 | 60 | 10 | 0 | 115 | 21 | 103 | 102 | 63 |
| Binary | 11000010 | 11010100 | 110000 | 1000 | 0 | 1001101 | 10001 | 1000011 | 1000010 | 110011 |
Color Harmonies of #C2D430
Complementary color
Monochromatic Colors of #C2D430
Black with #C2D430
Text Example
Text Example
White with #C2D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D430; }
p { color: rgb(194,212,48); }
H1.HeaderClassName
{
color: #C2D430;
}
.AnyTagClassName
{
color: #C2D430;
}
</style>
background-color css
<style>
a { background-color: #C2D430; }
a { background-color: rgb(194,212,48); }
div.DivClassName
{
background-color: #C2D430;
}
.BgClassName
{
background-color: #C2D430;
}
</style>
border-color css
<style>
span { border-color: #C2D430; }
span { border-color: rgb(194,212,48); }
td.TdClassName
{
border-color: #C2D430;
}
.TagClassName
{
border-color: #C2D430;
}
</style>