Shades of Fuego #C5DE2E
Tints of Fuego #C5DE2E
RGB
CMYK
RGB Variations
Color information
#C5DE2E (or 0xC5DE2E) is known color: Fuego. HEX triplet: C5, DE and 2E. RGB value is (197,222,46). Sum of RGB (Red+Green+Blue) = 197+222+46=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DE2E is #3A21D1. Grayscale: #C3C3C3. Windows color (decimal): -3809746 or 3071685. OLE color: 3071685.
HSL color Cylindrical-coordinate representation of color #C5DE2E: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5DE2E is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 46 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.13 |
| HSL | 68.52º | 0.73% | 0.53% | - |
| HSV(B) | 68.52º | 0.79% | 0.87% | - |
| XYZ | 49.64 | 64.31 | 12.38 | - |
| YUV | 194.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 46 | 0.11 | 0 | 0.79 | 0.13 | 68.52 | 0.73 | 0.53 |
| Hex | C5 | DE | 2E | B | 0 | 4F | D | 45 | 49 | 35 |
| Octal | 305 | 336 | 56 | 13 | 0 | 117 | 15 | 105 | 111 | 65 |
| Binary | 11000101 | 11011110 | 101110 | 1011 | 0 | 1001111 | 1101 | 1000101 | 1001001 | 110101 |
Color Harmonies of #C5DE2E
Complementary color
Monochromatic Colors of #C5DE2E
Black with #C5DE2E
Text Example
Text Example
White with #C5DE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE2E; }
p { color: rgb(197,222,46); }
H1.HeaderClassName
{
color: #C5DE2E;
}
.AnyTagClassName
{
color: #C5DE2E;
}
</style>
background-color css
<style>
a { background-color: #C5DE2E; }
a { background-color: rgb(197,222,46); }
div.DivClassName
{
background-color: #C5DE2E;
}
.BgClassName
{
background-color: #C5DE2E;
}
</style>
border-color css
<style>
span { border-color: #C5DE2E; }
span { border-color: rgb(197,222,46); }
td.TdClassName
{
border-color: #C5DE2E;
}
.TagClassName
{
border-color: #C5DE2E;
}
</style>