Shades of Fuego #C2E01F
Tints of Fuego #C2E01F
RGB
CMYK
RGB Variations
Color information
#C2E01F (or 0xC2E01F) is known color: Fuego. HEX triplet: C2, E0 and 1F. RGB value is (194,224,31). Sum of RGB (Red+Green+Blue) = 194+224+31=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E01F is #3D1FE0. Grayscale: #C1C1C1. Windows color (decimal): -4005857 or 2089154. OLE color: 2089154.
HSL color Cylindrical-coordinate representation of color #C2E01F: hue angle of 69.33º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2E01F is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 31 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.12 |
| HSL | 69.33º | 0.76% | 0.5% | - |
| HSV(B) | 69.33º | 0.86% | 0.88% | - |
| XYZ | 49.15 | 64.88 | 11.23 | - |
| YUV | 193.03 | 36.56 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 31 | 0.13 | 0 | 0.86 | 0.12 | 69.33 | 0.76 | 0.5 |
| Hex | C2 | E0 | 1F | D | 0 | 56 | C | 45 | 4C | 32 |
| Octal | 302 | 340 | 37 | 15 | 0 | 126 | 14 | 105 | 114 | 62 |
| Binary | 11000010 | 11100000 | 11111 | 1101 | 0 | 1010110 | 1100 | 1000101 | 1001100 | 110010 |
Color Harmonies of #C2E01F
Complementary color
Monochromatic Colors of #C2E01F
Black with #C2E01F
Text Example
Text Example
White with #C2E01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E01F; }
p { color: rgb(194,224,31); }
H1.HeaderClassName
{
color: #C2E01F;
}
.AnyTagClassName
{
color: #C2E01F;
}
</style>
background-color css
<style>
a { background-color: #C2E01F; }
a { background-color: rgb(194,224,31); }
div.DivClassName
{
background-color: #C2E01F;
}
.BgClassName
{
background-color: #C2E01F;
}
</style>
border-color css
<style>
span { border-color: #C2E01F; }
span { border-color: rgb(194,224,31); }
td.TdClassName
{
border-color: #C2E01F;
}
.TagClassName
{
border-color: #C2E01F;
}
</style>