Shades of Fuego #C2E41F
Tints of Fuego #C2E41F
RGB
CMYK
RGB Variations
Color information
#C2E41F (or 0xC2E41F) is known color: Fuego. HEX triplet: C2, E4 and 1F. RGB value is (194,228,31). Sum of RGB (Red+Green+Blue) = 194+228+31=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E41F is #3D1BE0. Grayscale: #C4C4C4. Windows color (decimal): -4004833 or 2090178. OLE color: 2090178.
HSL color Cylindrical-coordinate representation of color #C2E41F: hue angle of 70.36º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2E41F is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 31 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.11 |
| HSL | 70.36º | 0.78% | 0.51% | - |
| HSV(B) | 70.36º | 0.86% | 0.89% | - |
| XYZ | 50.24 | 67.06 | 11.59 | - |
| YUV | 195.38 | 35.24 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 31 | 0.15 | 0 | 0.86 | 0.11 | 70.36 | 0.78 | 0.51 |
| Hex | C2 | E4 | 1F | F | 0 | 56 | B | 46 | 4E | 33 |
| Octal | 302 | 344 | 37 | 17 | 0 | 126 | 13 | 106 | 116 | 63 |
| Binary | 11000010 | 11100100 | 11111 | 1111 | 0 | 1010110 | 1011 | 1000110 | 1001110 | 110011 |
Color Harmonies of #C2E41F
Complementary color
Monochromatic Colors of #C2E41F
Black with #C2E41F
Text Example
Text Example
White with #C2E41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E41F; }
p { color: rgb(194,228,31); }
H1.HeaderClassName
{
color: #C2E41F;
}
.AnyTagClassName
{
color: #C2E41F;
}
</style>
background-color css
<style>
a { background-color: #C2E41F; }
a { background-color: rgb(194,228,31); }
div.DivClassName
{
background-color: #C2E41F;
}
.BgClassName
{
background-color: #C2E41F;
}
</style>
border-color css
<style>
span { border-color: #C2E41F; }
span { border-color: rgb(194,228,31); }
td.TdClassName
{
border-color: #C2E41F;
}
.TagClassName
{
border-color: #C2E41F;
}
</style>