Shades of Fuego #C3E12B
Tints of Fuego #C3E12B
RGB
CMYK
RGB Variations
Color information
#C3E12B (or 0xC3E12B) is known color: Fuego. HEX triplet: C3, E1 and 2B. RGB value is (195,225,43). Sum of RGB (Red+Green+Blue) = 195+225+43=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #C3E12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E12B is #3C1ED4. Grayscale: #C3C3C3. Windows color (decimal): -3940053 or 2875843. OLE color: 2875843.
HSL color Cylindrical-coordinate representation of color #C3E12B: hue angle of 69.89º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3E12B is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 225 | 43 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.12 |
| HSL | 69.89º | 0.75% | 0.53% | - |
| HSV(B) | 69.89º | 0.81% | 0.88% | - |
| XYZ | 49.87 | 65.63 | 12.32 | - |
| YUV | 195.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 43 | 0.13 | 0 | 0.81 | 0.12 | 69.89 | 0.75 | 0.53 |
| Hex | C3 | E1 | 2B | D | 0 | 51 | C | 46 | 4B | 35 |
| Octal | 303 | 341 | 53 | 15 | 0 | 121 | 14 | 106 | 113 | 65 |
| Binary | 11000011 | 11100001 | 101011 | 1101 | 0 | 1010001 | 1100 | 1000110 | 1001011 | 110101 |
Color Harmonies of #C3E12B
Complementary color
Monochromatic Colors of #C3E12B
Black with #C3E12B
Text Example
Text Example
White with #C3E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E12B; }
p { color: rgb(195,225,43); }
H1.HeaderClassName
{
color: #C3E12B;
}
.AnyTagClassName
{
color: #C3E12B;
}
</style>
background-color css
<style>
a { background-color: #C3E12B; }
a { background-color: rgb(195,225,43); }
div.DivClassName
{
background-color: #C3E12B;
}
.BgClassName
{
background-color: #C3E12B;
}
</style>
border-color css
<style>
span { border-color: #C3E12B; }
span { border-color: rgb(195,225,43); }
td.TdClassName
{
border-color: #C3E12B;
}
.TagClassName
{
border-color: #C3E12B;
}
</style>