Shades of Fuego #C2DE2C
Tints of Fuego #C2DE2C
RGB
CMYK
RGB Variations
Color information
#C2DE2C (or 0xC2DE2C) is known color: Fuego. HEX triplet: C2, DE and 2C. RGB value is (194,222,44). Sum of RGB (Red+Green+Blue) = 194+222+44=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 222 (87.11% from 255 or 48.26% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DE2C is #3D21D3. Grayscale: #C2C2C2. Windows color (decimal): -4006356 or 2940610. OLE color: 2940610.
HSL color Cylindrical-coordinate representation of color #C2DE2C: hue angle of 69.44º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2DE2C is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 44 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.13 |
| HSL | 69.44º | 0.73% | 0.52% | - |
| HSV(B) | 69.44º | 0.8% | 0.87% | - |
| XYZ | 48.82 | 63.89 | 12.14 | - |
| YUV | 193.34 | 43.72 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 44 | 0.13 | 0 | 0.80 | 0.13 | 69.44 | 0.73 | 0.52 |
| Hex | C2 | DE | 2C | D | 0 | 50 | D | 45 | 49 | 34 |
| Octal | 302 | 336 | 54 | 15 | 0 | 120 | 15 | 105 | 111 | 64 |
| Binary | 11000010 | 11011110 | 101100 | 1101 | 0 | 1010000 | 1101 | 1000101 | 1001001 | 110100 |
Color Harmonies of #C2DE2C
Complementary color
Monochromatic Colors of #C2DE2C
Black with #C2DE2C
Text Example
Text Example
White with #C2DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE2C; }
p { color: rgb(194,222,44); }
H1.HeaderClassName
{
color: #C2DE2C;
}
.AnyTagClassName
{
color: #C2DE2C;
}
</style>
background-color css
<style>
a { background-color: #C2DE2C; }
a { background-color: rgb(194,222,44); }
div.DivClassName
{
background-color: #C2DE2C;
}
.BgClassName
{
background-color: #C2DE2C;
}
</style>
border-color css
<style>
span { border-color: #C2DE2C; }
span { border-color: rgb(194,222,44); }
td.TdClassName
{
border-color: #C2DE2C;
}
.TagClassName
{
border-color: #C2DE2C;
}
</style>