Shades of Fuego #C2E02D
Tints of Fuego #C2E02D
RGB
CMYK
RGB Variations
Color information
#C2E02D (or 0xC2E02D) is known color: Fuego. HEX triplet: C2, E0 and 2D. RGB value is (194,224,45). Sum of RGB (Red+Green+Blue) = 194+224+45=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E02D is #3D1FD2. Grayscale: #C3C3C3. Windows color (decimal): -4005843 or 3006658. OLE color: 3006658.
HSL color Cylindrical-coordinate representation of color #C2E02D: hue angle of 70.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2E02D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 45 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.12 |
| HSL | 70.06º | 0.74% | 0.53% | - |
| HSV(B) | 70.06º | 0.8% | 0.88% | - |
| XYZ | 49.38 | 64.97 | 12.42 | - |
| YUV | 194.62 | 43.56 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 45 | 0.13 | 0 | 0.80 | 0.12 | 70.06 | 0.74 | 0.53 |
| Hex | C2 | E0 | 2D | D | 0 | 50 | C | 46 | 4A | 35 |
| Octal | 302 | 340 | 55 | 15 | 0 | 120 | 14 | 106 | 112 | 65 |
| Binary | 11000010 | 11100000 | 101101 | 1101 | 0 | 1010000 | 1100 | 1000110 | 1001010 | 110101 |
Color Harmonies of #C2E02D
Complementary color
Monochromatic Colors of #C2E02D
Black with #C2E02D
Text Example
Text Example
White with #C2E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E02D; }
p { color: rgb(194,224,45); }
H1.HeaderClassName
{
color: #C2E02D;
}
.AnyTagClassName
{
color: #C2E02D;
}
</style>
background-color css
<style>
a { background-color: #C2E02D; }
a { background-color: rgb(194,224,45); }
div.DivClassName
{
background-color: #C2E02D;
}
.BgClassName
{
background-color: #C2E02D;
}
</style>
border-color css
<style>
span { border-color: #C2E02D; }
span { border-color: rgb(194,224,45); }
td.TdClassName
{
border-color: #C2E02D;
}
.TagClassName
{
border-color: #C2E02D;
}
</style>