Shades of Fuego #C2E028
Tints of Fuego #C2E028
RGB
CMYK
RGB Variations
Color information
#C2E028 (or 0xC2E028) is known color: Fuego. HEX triplet: C2, E0 and 28. RGB value is (194,224,40). Sum of RGB (Red+Green+Blue) = 194+224+40=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E028 is #3D1FD7. Grayscale: #C2C2C2. Windows color (decimal): -4005848 or 2678978. OLE color: 2678978.
HSL color Cylindrical-coordinate representation of color #C2E028: hue angle of 69.78º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2E028 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 40 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.12 |
| HSL | 69.78º | 0.75% | 0.52% | - |
| HSV(B) | 69.78º | 0.82% | 0.88% | - |
| XYZ | 49.29 | 64.93 | 11.94 | - |
| YUV | 194.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 40 | 0.13 | 0 | 0.82 | 0.12 | 69.78 | 0.75 | 0.52 |
| Hex | C2 | E0 | 28 | D | 0 | 52 | C | 46 | 4B | 34 |
| Octal | 302 | 340 | 50 | 15 | 0 | 122 | 14 | 106 | 113 | 64 |
| Binary | 11000010 | 11100000 | 101000 | 1101 | 0 | 1010010 | 1100 | 1000110 | 1001011 | 110100 |
Color Harmonies of #C2E028
Complementary color
Monochromatic Colors of #C2E028
Black with #C2E028
Text Example
Text Example
White with #C2E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E028; }
p { color: rgb(194,224,40); }
H1.HeaderClassName
{
color: #C2E028;
}
.AnyTagClassName
{
color: #C2E028;
}
</style>
background-color css
<style>
a { background-color: #C2E028; }
a { background-color: rgb(194,224,40); }
div.DivClassName
{
background-color: #C2E028;
}
.BgClassName
{
background-color: #C2E028;
}
</style>
border-color css
<style>
span { border-color: #C2E028; }
span { border-color: rgb(194,224,40); }
td.TdClassName
{
border-color: #C2E028;
}
.TagClassName
{
border-color: #C2E028;
}
</style>