Shades of Fuego #C2E01E
Tints of Fuego #C2E01E
RGB
CMYK
RGB Variations
Color information
#C2E01E (or 0xC2E01E) is known color: Fuego. HEX triplet: C2, E0 and 1E. RGB value is (194,224,30). Sum of RGB (Red+Green+Blue) = 194+224+30=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 30 (12.11% from 255 or 6.70% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E01E is #3D1FE1. Grayscale: #C1C1C1. Windows color (decimal): -4005858 or 2023618. OLE color: 2023618.
HSL color Cylindrical-coordinate representation of color #C2E01E: hue angle of 69.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2E01E is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 30 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.12 |
| HSL | 69.28º | 0.76% | 0.5% | - |
| HSV(B) | 69.28º | 0.87% | 0.88% | - |
| XYZ | 49.14 | 64.87 | 11.16 | - |
| YUV | 192.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 30 | 0.13 | 0 | 0.87 | 0.12 | 69.28 | 0.76 | 0.5 |
| Hex | C2 | E0 | 1E | D | 0 | 57 | C | 45 | 4C | 32 |
| Octal | 302 | 340 | 36 | 15 | 0 | 127 | 14 | 105 | 114 | 62 |
| Binary | 11000010 | 11100000 | 11110 | 1101 | 0 | 1010111 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C2E01E
Complementary color
Monochromatic Colors of #C2E01E
Black with #C2E01E
Text Example
Text Example
White with #C2E01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E01E; }
p { color: rgb(194,224,30); }
H1.HeaderClassName
{
color: #C2E01E;
}
.AnyTagClassName
{
color: #C2E01E;
}
</style>
background-color css
<style>
a { background-color: #C2E01E; }
a { background-color: rgb(194,224,30); }
div.DivClassName
{
background-color: #C2E01E;
}
.BgClassName
{
background-color: #C2E01E;
}
</style>
border-color css
<style>
span { border-color: #C2E01E; }
span { border-color: rgb(194,224,30); }
td.TdClassName
{
border-color: #C2E01E;
}
.TagClassName
{
border-color: #C2E01E;
}
</style>