Shades of Fuego #C2D133
Tints of Fuego #C2D133
RGB
CMYK
RGB Variations
Color information
#C2D133 (or 0xC2D133) is known color: Fuego. HEX triplet: C2, D1 and 33. RGB value is (194,209,51). Sum of RGB (Red+Green+Blue) = 194+209+51=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D133 is #3D2ECC. Grayscale: #BBBBBB. Windows color (decimal): -4009677 or 3396034. OLE color: 3396034.
HSL color Cylindrical-coordinate representation of color #C2D133: hue angle of 65.7º degrees, saturation: 0.63, 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 #C2D133 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 51 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.18 |
| HSL | 65.7º | 0.63% | 0.51% | - |
| HSV(B) | 65.7º | 0.76% | 0.82% | - |
| XYZ | 45.65 | 57.31 | 11.79 | - |
| YUV | 186.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 51 | 0.07 | 0 | 0.76 | 0.18 | 65.7 | 0.63 | 0.51 |
| Hex | C2 | D1 | 33 | 7 | 0 | 4C | 12 | 42 | 3F | 33 |
| Octal | 302 | 321 | 63 | 7 | 0 | 114 | 22 | 102 | 77 | 63 |
| Binary | 11000010 | 11010001 | 110011 | 111 | 0 | 1001100 | 10010 | 1000010 | 111111 | 110011 |
Color Harmonies of #C2D133
Complementary color
Monochromatic Colors of #C2D133
Black with #C2D133
Text Example
Text Example
White with #C2D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D133; }
p { color: rgb(194,209,51); }
H1.HeaderClassName
{
color: #C2D133;
}
.AnyTagClassName
{
color: #C2D133;
}
</style>
background-color css
<style>
a { background-color: #C2D133; }
a { background-color: rgb(194,209,51); }
div.DivClassName
{
background-color: #C2D133;
}
.BgClassName
{
background-color: #C2D133;
}
</style>
border-color css
<style>
span { border-color: #C2D133; }
span { border-color: rgb(194,209,51); }
td.TdClassName
{
border-color: #C2D133;
}
.TagClassName
{
border-color: #C2D133;
}
</style>