Shades of Fuego #C2E023
Tints of Fuego #C2E023
RGB
CMYK
RGB Variations
Color information
#C2E023 (or 0xC2E023) is known color: Fuego. HEX triplet: C2, E0 and 23. RGB value is (194,224,35). Sum of RGB (Red+Green+Blue) = 194+224+35=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E023 is #3D1FDC. Grayscale: #C2C2C2. Windows color (decimal): -4005853 or 2351298. OLE color: 2351298.
HSL color Cylindrical-coordinate representation of color #C2E023: hue angle of 69.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2E023 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 35 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.12 |
| HSL | 69.52º | 0.75% | 0.51% | - |
| HSV(B) | 69.52º | 0.84% | 0.88% | - |
| XYZ | 49.21 | 64.9 | 11.52 | - |
| YUV | 193.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 35 | 0.13 | 0 | 0.84 | 0.12 | 69.52 | 0.75 | 0.51 |
| Hex | C2 | E0 | 23 | D | 0 | 54 | C | 46 | 4B | 33 |
| Octal | 302 | 340 | 43 | 15 | 0 | 124 | 14 | 106 | 113 | 63 |
| Binary | 11000010 | 11100000 | 100011 | 1101 | 0 | 1010100 | 1100 | 1000110 | 1001011 | 110011 |
Color Harmonies of #C2E023
Complementary color
Monochromatic Colors of #C2E023
Black with #C2E023
Text Example
Text Example
White with #C2E023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E023; }
p { color: rgb(194,224,35); }
H1.HeaderClassName
{
color: #C2E023;
}
.AnyTagClassName
{
color: #C2E023;
}
</style>
background-color css
<style>
a { background-color: #C2E023; }
a { background-color: rgb(194,224,35); }
div.DivClassName
{
background-color: #C2E023;
}
.BgClassName
{
background-color: #C2E023;
}
</style>
border-color css
<style>
span { border-color: #C2E023; }
span { border-color: rgb(194,224,35); }
td.TdClassName
{
border-color: #C2E023;
}
.TagClassName
{
border-color: #C2E023;
}
</style>