Shades of Fuego #C5DE28
Tints of Fuego #C5DE28
RGB
CMYK
RGB Variations
Color information
#C5DE28 (or 0xC5DE28) is known color: Fuego. HEX triplet: C5, DE and 28. RGB value is (197,222,40). Sum of RGB (Red+Green+Blue) = 197+222+40=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DE28 is #3A21D7. Grayscale: #C2C2C2. Windows color (decimal): -3809752 or 2678469. OLE color: 2678469.
HSL color Cylindrical-coordinate representation of color #C5DE28: hue angle of 68.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5DE28 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.13 |
| HSL | 68.24º | 0.73% | 0.51% | - |
| HSV(B) | 68.24º | 0.82% | 0.87% | - |
| XYZ | 49.53 | 64.27 | 11.8 | - |
| YUV | 193.78 | 41.22 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 40 | 0.11 | 0 | 0.82 | 0.13 | 68.24 | 0.73 | 0.51 |
| Hex | C5 | DE | 28 | B | 0 | 52 | D | 44 | 49 | 33 |
| Octal | 305 | 336 | 50 | 13 | 0 | 122 | 15 | 104 | 111 | 63 |
| Binary | 11000101 | 11011110 | 101000 | 1011 | 0 | 1010010 | 1101 | 1000100 | 1001001 | 110011 |
Color Harmonies of #C5DE28
Complementary color
Monochromatic Colors of #C5DE28
Black with #C5DE28
Text Example
Text Example
White with #C5DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE28; }
p { color: rgb(197,222,40); }
H1.HeaderClassName
{
color: #C5DE28;
}
.AnyTagClassName
{
color: #C5DE28;
}
</style>
background-color css
<style>
a { background-color: #C5DE28; }
a { background-color: rgb(197,222,40); }
div.DivClassName
{
background-color: #C5DE28;
}
.BgClassName
{
background-color: #C5DE28;
}
</style>
border-color css
<style>
span { border-color: #C5DE28; }
span { border-color: rgb(197,222,40); }
td.TdClassName
{
border-color: #C5DE28;
}
.TagClassName
{
border-color: #C5DE28;
}
</style>