Shades of Fuego #C3E02E
Tints of Fuego #C3E02E
RGB
CMYK
RGB Variations
Color information
#C3E02E (or 0xC3E02E) is known color: Fuego. HEX triplet: C3, E0 and 2E. RGB value is (195,224,46). Sum of RGB (Red+Green+Blue) = 195+224+46=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E02E is #3C1FD1. Grayscale: #C3C3C3. Windows color (decimal): -3940306 or 3072195. OLE color: 3072195.
HSL color Cylindrical-coordinate representation of color #C3E02E: hue angle of 69.78º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3E02E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 46 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.12 |
| HSL | 69.78º | 0.74% | 0.53% | - |
| HSV(B) | 69.78º | 0.79% | 0.88% | - |
| XYZ | 49.65 | 65.11 | 12.54 | - |
| YUV | 195.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 46 | 0.13 | 0 | 0.79 | 0.12 | 69.78 | 0.74 | 0.53 |
| Hex | C3 | E0 | 2E | D | 0 | 4F | C | 46 | 4A | 35 |
| Octal | 303 | 340 | 56 | 15 | 0 | 117 | 14 | 106 | 112 | 65 |
| Binary | 11000011 | 11100000 | 101110 | 1101 | 0 | 1001111 | 1100 | 1000110 | 1001010 | 110101 |
Color Harmonies of #C3E02E
Complementary color
Monochromatic Colors of #C3E02E
Black with #C3E02E
Text Example
Text Example
White with #C3E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E02E; }
p { color: rgb(195,224,46); }
H1.HeaderClassName
{
color: #C3E02E;
}
.AnyTagClassName
{
color: #C3E02E;
}
</style>
background-color css
<style>
a { background-color: #C3E02E; }
a { background-color: rgb(195,224,46); }
div.DivClassName
{
background-color: #C3E02E;
}
.BgClassName
{
background-color: #C3E02E;
}
</style>
border-color css
<style>
span { border-color: #C3E02E; }
span { border-color: rgb(195,224,46); }
td.TdClassName
{
border-color: #C3E02E;
}
.TagClassName
{
border-color: #C3E02E;
}
</style>