Shades of Fuego #C2E01C
Tints of Fuego #C2E01C
RGB
CMYK
RGB Variations
Color information
#C2E01C (or 0xC2E01C) is known color: Fuego. HEX triplet: C2, E0 and 1C. RGB value is (194,224,28). Sum of RGB (Red+Green+Blue) = 194+224+28=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 28 (11.33% from 255 or 6.28% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E01C is #3D1FE3. Grayscale: #C1C1C1. Windows color (decimal): -4005860 or 1892546. OLE color: 1892546.
HSL color Cylindrical-coordinate representation of color #C2E01C: hue angle of 69.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2E01C is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 28 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.12 |
| HSL | 69.18º | 0.78% | 0.49% | - |
| HSV(B) | 69.18º | 0.88% | 0.88% | - |
| XYZ | 49.11 | 64.86 | 11.03 | - |
| YUV | 192.69 | 35.06 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 28 | 0.13 | 0 | 0.88 | 0.12 | 69.18 | 0.78 | 0.49 |
| Hex | C2 | E0 | 1C | D | 0 | 58 | C | 45 | 4E | 31 |
| Octal | 302 | 340 | 34 | 15 | 0 | 130 | 14 | 105 | 116 | 61 |
| Binary | 11000010 | 11100000 | 11100 | 1101 | 0 | 1011000 | 1100 | 1000101 | 1001110 | 110001 |
Color Harmonies of #C2E01C
Complementary color
Monochromatic Colors of #C2E01C
Black with #C2E01C
Text Example
Text Example
White with #C2E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E01C; }
p { color: rgb(194,224,28); }
H1.HeaderClassName
{
color: #C2E01C;
}
.AnyTagClassName
{
color: #C2E01C;
}
</style>
background-color css
<style>
a { background-color: #C2E01C; }
a { background-color: rgb(194,224,28); }
div.DivClassName
{
background-color: #C2E01C;
}
.BgClassName
{
background-color: #C2E01C;
}
</style>
border-color css
<style>
span { border-color: #C2E01C; }
span { border-color: rgb(194,224,28); }
td.TdClassName
{
border-color: #C2E01C;
}
.TagClassName
{
border-color: #C2E01C;
}
</style>