Shades of Fuego #C3E02D
Tints of Fuego #C3E02D
RGB
CMYK
RGB Variations
Color information
#C3E02D (or 0xC3E02D) is known color: Fuego. HEX triplet: C3, E0 and 2D. RGB value is (195,224,45). Sum of RGB (Red+Green+Blue) = 195+224+45=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3E02D is #3C1FD2. Grayscale: #C3C3C3. Windows color (decimal): -3940307 or 3006659. OLE color: 3006659.
HSL color Cylindrical-coordinate representation of color #C3E02D: hue angle of 69.72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3E02D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 45 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.12 |
| HSL | 69.72º | 0.74% | 0.53% | - |
| HSV(B) | 69.72º | 0.8% | 0.88% | - |
| XYZ | 49.63 | 65.1 | 12.43 | - |
| YUV | 194.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 45 | 0.13 | 0 | 0.80 | 0.12 | 69.72 | 0.74 | 0.53 |
| Hex | C3 | E0 | 2D | D | 0 | 50 | C | 46 | 4A | 35 |
| Octal | 303 | 340 | 55 | 15 | 0 | 120 | 14 | 106 | 112 | 65 |
| Binary | 11000011 | 11100000 | 101101 | 1101 | 0 | 1010000 | 1100 | 1000110 | 1001010 | 110101 |
Color Harmonies of #C3E02D
Complementary color
Monochromatic Colors of #C3E02D
Black with #C3E02D
Text Example
Text Example
White with #C3E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E02D; }
p { color: rgb(195,224,45); }
H1.HeaderClassName
{
color: #C3E02D;
}
.AnyTagClassName
{
color: #C3E02D;
}
</style>
background-color css
<style>
a { background-color: #C3E02D; }
a { background-color: rgb(195,224,45); }
div.DivClassName
{
background-color: #C3E02D;
}
.BgClassName
{
background-color: #C3E02D;
}
</style>
border-color css
<style>
span { border-color: #C3E02D; }
span { border-color: rgb(195,224,45); }
td.TdClassName
{
border-color: #C3E02D;
}
.TagClassName
{
border-color: #C3E02D;
}
</style>