Shades of Fuego #C2E923
Tints of Fuego #C2E923
RGB
CMYK
RGB Variations
Color information
#C2E923 (or 0xC2E923) is known color: Fuego. HEX triplet: C2, E9 and 23. RGB value is (194,233,35). Sum of RGB (Red+Green+Blue) = 194+233+35=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E923 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E923 is #3D16DC. Grayscale: #C7C7C7. Windows color (decimal): -4003549 or 2353602. OLE color: 2353602.
HSL color Cylindrical-coordinate representation of color #C2E923: hue angle of 71.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2E923 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 35 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.09 |
| HSL | 71.82º | 0.82% | 0.53% | - |
| HSV(B) | 71.82º | 0.85% | 0.91% | - |
| XYZ | 51.69 | 69.87 | 12.35 | - |
| YUV | 198.77 | 35.58 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 35 | 0.17 | 0 | 0.85 | 0.09 | 71.82 | 0.82 | 0.53 |
| Hex | C2 | E9 | 23 | 11 | 0 | 55 | 9 | 48 | 52 | 35 |
| Octal | 302 | 351 | 43 | 21 | 0 | 125 | 11 | 110 | 122 | 65 |
| Binary | 11000010 | 11101001 | 100011 | 10001 | 0 | 1010101 | 1001 | 1001000 | 1010010 | 110101 |
Color Harmonies of #C2E923
Complementary color
Monochromatic Colors of #C2E923
Black with #C2E923
Text Example
Text Example
White with #C2E923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E923; }
p { color: rgb(194,233,35); }
H1.HeaderClassName
{
color: #C2E923;
}
.AnyTagClassName
{
color: #C2E923;
}
</style>
background-color css
<style>
a { background-color: #C2E923; }
a { background-color: rgb(194,233,35); }
div.DivClassName
{
background-color: #C2E923;
}
.BgClassName
{
background-color: #C2E923;
}
</style>
border-color css
<style>
span { border-color: #C2E923; }
span { border-color: rgb(194,233,35); }
td.TdClassName
{
border-color: #C2E923;
}
.TagClassName
{
border-color: #C2E923;
}
</style>