Shades of Fuego #C2DE28
Tints of Fuego #C2DE28
RGB
CMYK
RGB Variations
Color information
#C2DE28 (or 0xC2DE28) is known color: Fuego. HEX triplet: C2, DE and 28. RGB value is (194,222,40). Sum of RGB (Red+Green+Blue) = 194+222+40=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2DE28 is #3D21D7. Grayscale: #C1C1C1. Windows color (decimal): -4006360 or 2678466. OLE color: 2678466.
HSL color Cylindrical-coordinate representation of color #C2DE28: hue angle of 69.23º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2DE28 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 40 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.13 |
| HSL | 69.23º | 0.73% | 0.51% | - |
| HSV(B) | 69.23º | 0.82% | 0.87% | - |
| XYZ | 48.75 | 63.87 | 11.77 | - |
| YUV | 192.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 40 | 0.13 | 0 | 0.82 | 0.13 | 69.23 | 0.73 | 0.51 |
| Hex | C2 | DE | 28 | D | 0 | 52 | D | 45 | 49 | 33 |
| Octal | 302 | 336 | 50 | 15 | 0 | 122 | 15 | 105 | 111 | 63 |
| Binary | 11000010 | 11011110 | 101000 | 1101 | 0 | 1010010 | 1101 | 1000101 | 1001001 | 110011 |
Color Harmonies of #C2DE28
Complementary color
Monochromatic Colors of #C2DE28
Black with #C2DE28
Text Example
Text Example
White with #C2DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DE28; }
p { color: rgb(194,222,40); }
H1.HeaderClassName
{
color: #C2DE28;
}
.AnyTagClassName
{
color: #C2DE28;
}
</style>
background-color css
<style>
a { background-color: #C2DE28; }
a { background-color: rgb(194,222,40); }
div.DivClassName
{
background-color: #C2DE28;
}
.BgClassName
{
background-color: #C2DE28;
}
</style>
border-color css
<style>
span { border-color: #C2DE28; }
span { border-color: rgb(194,222,40); }
td.TdClassName
{
border-color: #C2DE28;
}
.TagClassName
{
border-color: #C2DE28;
}
</style>