Shades of Las Palmas #C5E445
Tints of Las Palmas #C5E445
RGB
CMYK
RGB Variations
Color information
#C5E445 (or 0xC5E445) is known color: Las Palmas. HEX triplet: C5, E4 and 45. RGB value is (197,228,69). Sum of RGB (Red+Green+Blue) = 197+228+69=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 69 (27.34% from 255 or 13.97% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E445 is #3A1BBA. Grayscale: #C9C9C9. Windows color (decimal): -3808187 or 4580549. OLE color: 4580549.
HSL color Cylindrical-coordinate representation of color #C5E445: hue angle of 71.7º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5E445 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 69 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.11 |
| HSL | 71.7º | 0.75% | 0.58% | - |
| HSV(B) | 71.7º | 0.7% | 0.89% | - |
| XYZ | 51.84 | 67.79 | 15.98 | - |
| YUV | 200.61 | 53.73 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 69 | 0.14 | 0 | 0.70 | 0.11 | 71.7 | 0.75 | 0.58 |
| Hex | C5 | E4 | 45 | E | 0 | 46 | B | 48 | 4B | 3A |
| Octal | 305 | 344 | 105 | 16 | 0 | 106 | 13 | 110 | 113 | 72 |
| Binary | 11000101 | 11100100 | 1000101 | 1110 | 0 | 1000110 | 1011 | 1001000 | 1001011 | 111010 |
Color Harmonies of #C5E445
Complementary color
Monochromatic Colors of #C5E445
Black with #C5E445
Text Example
Text Example
White with #C5E445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E445; }
p { color: rgb(197,228,69); }
H1.HeaderClassName
{
color: #C5E445;
}
.AnyTagClassName
{
color: #C5E445;
}
</style>
background-color css
<style>
a { background-color: #C5E445; }
a { background-color: rgb(197,228,69); }
div.DivClassName
{
background-color: #C5E445;
}
.BgClassName
{
background-color: #C5E445;
}
</style>
border-color css
<style>
span { border-color: #C5E445; }
span { border-color: rgb(197,228,69); }
td.TdClassName
{
border-color: #C5E445;
}
.TagClassName
{
border-color: #C5E445;
}
</style>