Shades of Fuego #C2D233
Tints of Fuego #C2D233
RGB
CMYK
RGB Variations
Color information
#C2D233 (or 0xC2D233) is known color: Fuego. HEX triplet: C2, D2 and 33. RGB value is (194,210,51). Sum of RGB (Red+Green+Blue) = 194+210+51=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D233 is #3D2DCC. Grayscale: #BBBBBB. Windows color (decimal): -4009421 or 3396290. OLE color: 3396290.
HSL color Cylindrical-coordinate representation of color #C2D233: hue angle of 66.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2D233 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 51 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.18 |
| HSL | 66.04º | 0.64% | 0.51% | - |
| HSV(B) | 66.04º | 0.76% | 0.82% | - |
| XYZ | 45.89 | 57.8 | 11.87 | - |
| YUV | 187.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 51 | 0.08 | 0 | 0.76 | 0.18 | 66.04 | 0.64 | 0.51 |
| Hex | C2 | D2 | 33 | 8 | 0 | 4C | 12 | 42 | 40 | 33 |
| Octal | 302 | 322 | 63 | 10 | 0 | 114 | 22 | 102 | 100 | 63 |
| Binary | 11000010 | 11010010 | 110011 | 1000 | 0 | 1001100 | 10010 | 1000010 | 1000000 | 110011 |
Color Harmonies of #C2D233
Complementary color
Monochromatic Colors of #C2D233
Black with #C2D233
Text Example
Text Example
White with #C2D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D233; }
p { color: rgb(194,210,51); }
H1.HeaderClassName
{
color: #C2D233;
}
.AnyTagClassName
{
color: #C2D233;
}
</style>
background-color css
<style>
a { background-color: #C2D233; }
a { background-color: rgb(194,210,51); }
div.DivClassName
{
background-color: #C2D233;
}
.BgClassName
{
background-color: #C2D233;
}
</style>
border-color css
<style>
span { border-color: #C2D233; }
span { border-color: rgb(194,210,51); }
td.TdClassName
{
border-color: #C2D233;
}
.TagClassName
{
border-color: #C2D233;
}
</style>