Shades of Fuego #C3E52A
Tints of Fuego #C3E52A
RGB
CMYK
RGB Variations
Color information
#C3E52A (or 0xC3E52A) is known color: Fuego. HEX triplet: C3, E5 and 2A. RGB value is (195,229,42). Sum of RGB (Red+Green+Blue) = 195+229+42=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #C3E52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E52A is #3C1AD5. Grayscale: #C6C6C6. Windows color (decimal): -3939030 or 2811331. OLE color: 2811331.
HSL color Cylindrical-coordinate representation of color #C3E52A: hue angle of 70.91º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3E52A is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 229 | 42 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.10 |
| HSL | 70.91º | 0.78% | 0.53% | - |
| HSV(B) | 70.91º | 0.82% | 0.9% | - |
| XYZ | 50.94 | 67.81 | 12.59 | - |
| YUV | 197.52 | 40.24 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 229 | 42 | 0.15 | 0 | 0.82 | 0.10 | 70.91 | 0.78 | 0.53 |
| Hex | C3 | E5 | 2A | F | 0 | 52 | A | 47 | 4E | 35 |
| Octal | 303 | 345 | 52 | 17 | 0 | 122 | 12 | 107 | 116 | 65 |
| Binary | 11000011 | 11100101 | 101010 | 1111 | 0 | 1010010 | 1010 | 1000111 | 1001110 | 110101 |
Color Harmonies of #C3E52A
Complementary color
Monochromatic Colors of #C3E52A
Black with #C3E52A
Text Example
Text Example
White with #C3E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E52A; }
p { color: rgb(195,229,42); }
H1.HeaderClassName
{
color: #C3E52A;
}
.AnyTagClassName
{
color: #C3E52A;
}
</style>
background-color css
<style>
a { background-color: #C3E52A; }
a { background-color: rgb(195,229,42); }
div.DivClassName
{
background-color: #C3E52A;
}
.BgClassName
{
background-color: #C3E52A;
}
</style>
border-color css
<style>
span { border-color: #C3E52A; }
span { border-color: rgb(195,229,42); }
td.TdClassName
{
border-color: #C3E52A;
}
.TagClassName
{
border-color: #C3E52A;
}
</style>