Shades of Fuego #C2DE29
Tints of Fuego #C2DE29
RGB
CMYK
RGB Variations
Color information
#C2DE29 (or 0xC2DE29) is known color: Fuego. HEX triplet: C2, DE and 29. RGB value is (194,222,41). Sum of RGB (Red+Green+Blue) = 194+222+41=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DE29 is #3D21D6. Grayscale: #C1C1C1. Windows color (decimal): -4006359 or 2744002. OLE color: 2744002.
HSL color Cylindrical-coordinate representation of color #C2DE29: hue angle of 69.28º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2DE29 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 41 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.13 |
| HSL | 69.28º | 0.73% | 0.52% | - |
| HSV(B) | 69.28º | 0.82% | 0.87% | - |
| XYZ | 48.77 | 63.87 | 11.86 | - |
| YUV | 192.99 | 42.22 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 41 | 0.13 | 0 | 0.82 | 0.13 | 69.28 | 0.73 | 0.52 |
| Hex | C2 | DE | 29 | D | 0 | 52 | D | 45 | 49 | 34 |
| Octal | 302 | 336 | 51 | 15 | 0 | 122 | 15 | 105 | 111 | 64 |
| Binary | 11000010 | 11011110 | 101001 | 1101 | 0 | 1010010 | 1101 | 1000101 | 1001001 | 110100 |
Color Harmonies of #C2DE29
Complementary color
Monochromatic Colors of #C2DE29
Black with #C2DE29
Text Example
Text Example
White with #C2DE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE29; }
p { color: rgb(194,222,41); }
H1.HeaderClassName
{
color: #C2DE29;
}
.AnyTagClassName
{
color: #C2DE29;
}
</style>
background-color css
<style>
a { background-color: #C2DE29; }
a { background-color: rgb(194,222,41); }
div.DivClassName
{
background-color: #C2DE29;
}
.BgClassName
{
background-color: #C2DE29;
}
</style>
border-color css
<style>
span { border-color: #C2DE29; }
span { border-color: rgb(194,222,41); }
td.TdClassName
{
border-color: #C2DE29;
}
.TagClassName
{
border-color: #C2DE29;
}
</style>