Shades of Las Palmas #C5E848
Tints of Las Palmas #C5E848
RGB
CMYK
RGB Variations
Color information
#C5E848 (or 0xC5E848) is known color: Las Palmas. HEX triplet: C5, E8 and 48. RGB value is (197,232,72). Sum of RGB (Red+Green+Blue) = 197+232+72=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E848 is #3A17B7. Grayscale: #CBCBCB. Windows color (decimal): -3807160 or 4778181. OLE color: 4778181.
HSL color Cylindrical-coordinate representation of color #C5E848: hue angle of 73.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5E848 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 72 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.09 |
| HSL | 73.13º | 0.78% | 0.6% | - |
| HSV(B) | 73.13º | 0.69% | 0.91% | - |
| XYZ | 53.05 | 70.05 | 16.86 | - |
| YUV | 203.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 72 | 0.15 | 0 | 0.69 | 0.09 | 73.13 | 0.78 | 0.6 |
| Hex | C5 | E8 | 48 | F | 0 | 45 | 9 | 49 | 4E | 3C |
| Octal | 305 | 350 | 110 | 17 | 0 | 105 | 11 | 111 | 116 | 74 |
| Binary | 11000101 | 11101000 | 1001000 | 1111 | 0 | 1000101 | 1001 | 1001001 | 1001110 | 111100 |
Color Harmonies of #C5E848
Complementary color
Monochromatic Colors of #C5E848
Black with #C5E848
Text Example
Text Example
White with #C5E848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E848; }
p { color: rgb(197,232,72); }
H1.HeaderClassName
{
color: #C5E848;
}
.AnyTagClassName
{
color: #C5E848;
}
</style>
background-color css
<style>
a { background-color: #C5E848; }
a { background-color: rgb(197,232,72); }
div.DivClassName
{
background-color: #C5E848;
}
.BgClassName
{
background-color: #C5E848;
}
</style>
border-color css
<style>
span { border-color: #C5E848; }
span { border-color: rgb(197,232,72); }
td.TdClassName
{
border-color: #C5E848;
}
.TagClassName
{
border-color: #C5E848;
}
</style>