Shades of Fuego #C5DE21
Tints of Fuego #C5DE21
RGB
CMYK
RGB Variations
Color information
#C5DE21 (or 0xC5DE21) is known color: Fuego. HEX triplet: C5, DE and 21. RGB value is (197,222,33). Sum of RGB (Red+Green+Blue) = 197+222+33=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DE21 is #3A21DE. Grayscale: #C1C1C1. Windows color (decimal): -3809759 or 2219717. OLE color: 2219717.
HSL color Cylindrical-coordinate representation of color #C5DE21: hue angle of 67.94º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5DE21 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 33 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.13 |
| HSL | 67.94º | 0.74% | 0.5% | - |
| HSV(B) | 67.94º | 0.85% | 0.87% | - |
| XYZ | 49.42 | 64.22 | 11.23 | - |
| YUV | 192.98 | 37.72 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 33 | 0.11 | 0 | 0.85 | 0.13 | 67.94 | 0.74 | 0.5 |
| Hex | C5 | DE | 21 | B | 0 | 55 | D | 44 | 4A | 32 |
| Octal | 305 | 336 | 41 | 13 | 0 | 125 | 15 | 104 | 112 | 62 |
| Binary | 11000101 | 11011110 | 100001 | 1011 | 0 | 1010101 | 1101 | 1000100 | 1001010 | 110010 |
Color Harmonies of #C5DE21
Complementary color
Monochromatic Colors of #C5DE21
Black with #C5DE21
Text Example
Text Example
White with #C5DE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE21; }
p { color: rgb(197,222,33); }
H1.HeaderClassName
{
color: #C5DE21;
}
.AnyTagClassName
{
color: #C5DE21;
}
</style>
background-color css
<style>
a { background-color: #C5DE21; }
a { background-color: rgb(197,222,33); }
div.DivClassName
{
background-color: #C5DE21;
}
.BgClassName
{
background-color: #C5DE21;
}
</style>
border-color css
<style>
span { border-color: #C5DE21; }
span { border-color: rgb(197,222,33); }
td.TdClassName
{
border-color: #C5DE21;
}
.TagClassName
{
border-color: #C5DE21;
}
</style>