Shades of Fuego #C3E42C
Tints of Fuego #C3E42C
RGB
CMYK
RGB Variations
Color information
#C3E42C (or 0xC3E42C) is known color: Fuego. HEX triplet: C3, E4 and 2C. RGB value is (195,228,44). Sum of RGB (Red+Green+Blue) = 195+228+44=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E42C is #3C1BD3. Grayscale: #C5C5C5. Windows color (decimal): -3939284 or 2942147. OLE color: 2942147.
HSL color Cylindrical-coordinate representation of color #C3E42C: hue angle of 70.76º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3E42C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 44 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.11 |
| HSL | 70.76º | 0.77% | 0.53% | - |
| HSV(B) | 70.76º | 0.81% | 0.89% | - |
| XYZ | 50.7 | 67.27 | 12.7 | - |
| YUV | 197.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 44 | 0.14 | 0 | 0.81 | 0.11 | 70.76 | 0.77 | 0.53 |
| Hex | C3 | E4 | 2C | E | 0 | 51 | B | 47 | 4D | 35 |
| Octal | 303 | 344 | 54 | 16 | 0 | 121 | 13 | 107 | 115 | 65 |
| Binary | 11000011 | 11100100 | 101100 | 1110 | 0 | 1010001 | 1011 | 1000111 | 1001101 | 110101 |
Color Harmonies of #C3E42C
Complementary color
Monochromatic Colors of #C3E42C
Black with #C3E42C
Text Example
Text Example
White with #C3E42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E42C; }
p { color: rgb(195,228,44); }
H1.HeaderClassName
{
color: #C3E42C;
}
.AnyTagClassName
{
color: #C3E42C;
}
</style>
background-color css
<style>
a { background-color: #C3E42C; }
a { background-color: rgb(195,228,44); }
div.DivClassName
{
background-color: #C3E42C;
}
.BgClassName
{
background-color: #C3E42C;
}
</style>
border-color css
<style>
span { border-color: #C3E42C; }
span { border-color: rgb(195,228,44); }
td.TdClassName
{
border-color: #C3E42C;
}
.TagClassName
{
border-color: #C3E42C;
}
</style>