Shades of Fuego #C2E52B
Tints of Fuego #C2E52B
RGB
CMYK
RGB Variations
Color information
#C2E52B (or 0xC2E52B) is known color: Fuego. HEX triplet: C2, E5 and 2B. RGB value is (194,229,43). Sum of RGB (Red+Green+Blue) = 194+229+43=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E52B is #3D1AD4. Grayscale: #C6C6C6. Windows color (decimal): -4004565 or 2876866. OLE color: 2876866.
HSL color Cylindrical-coordinate representation of color #C2E52B: hue angle of 71.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E52B is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 229 | 43 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.10 |
| HSL | 71.29º | 0.78% | 0.53% | - |
| HSV(B) | 71.29º | 0.81% | 0.9% | - |
| XYZ | 50.7 | 67.68 | 12.68 | - |
| YUV | 197.33 | 40.9 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 229 | 43 | 0.15 | 0 | 0.81 | 0.10 | 71.29 | 0.78 | 0.53 |
| Hex | C2 | E5 | 2B | F | 0 | 51 | A | 47 | 4E | 35 |
| Octal | 302 | 345 | 53 | 17 | 0 | 121 | 12 | 107 | 116 | 65 |
| Binary | 11000010 | 11100101 | 101011 | 1111 | 0 | 1010001 | 1010 | 1000111 | 1001110 | 110101 |
Color Harmonies of #C2E52B
Complementary color
Monochromatic Colors of #C2E52B
Black with #C2E52B
Text Example
Text Example
White with #C2E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E52B; }
p { color: rgb(194,229,43); }
H1.HeaderClassName
{
color: #C2E52B;
}
.AnyTagClassName
{
color: #C2E52B;
}
</style>
background-color css
<style>
a { background-color: #C2E52B; }
a { background-color: rgb(194,229,43); }
div.DivClassName
{
background-color: #C2E52B;
}
.BgClassName
{
background-color: #C2E52B;
}
</style>
border-color css
<style>
span { border-color: #C2E52B; }
span { border-color: rgb(194,229,43); }
td.TdClassName
{
border-color: #C2E52B;
}
.TagClassName
{
border-color: #C2E52B;
}
</style>