Shades of Las Palmas #C5E941
Tints of Las Palmas #C5E941
RGB
CMYK
RGB Variations
Color information
#C5E941 (or 0xC5E941) is known color: Las Palmas. HEX triplet: C5, E9 and 41. RGB value is (197,233,65). Sum of RGB (Red+Green+Blue) = 197+233+65=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E941 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E941 is #3A16BE. Grayscale: #CBCBCB. Windows color (decimal): -3806911 or 4319685. OLE color: 4319685.
HSL color Cylindrical-coordinate representation of color #C5E941: hue angle of 72.86º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5E941 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 65 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.09 |
| HSL | 72.86º | 0.79% | 0.58% | - |
| HSV(B) | 72.86º | 0.72% | 0.91% | - |
| XYZ | 53.12 | 70.53 | 15.81 | - |
| YUV | 203.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 65 | 0.15 | 0 | 0.72 | 0.09 | 72.86 | 0.79 | 0.58 |
| Hex | C5 | E9 | 41 | F | 0 | 48 | 9 | 49 | 4F | 3A |
| Octal | 305 | 351 | 101 | 17 | 0 | 110 | 11 | 111 | 117 | 72 |
| Binary | 11000101 | 11101001 | 1000001 | 1111 | 0 | 1001000 | 1001 | 1001001 | 1001111 | 111010 |
Color Harmonies of #C5E941
Complementary color
Monochromatic Colors of #C5E941
Black with #C5E941
Text Example
Text Example
White with #C5E941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E941; }
p { color: rgb(197,233,65); }
H1.HeaderClassName
{
color: #C5E941;
}
.AnyTagClassName
{
color: #C5E941;
}
</style>
background-color css
<style>
a { background-color: #C5E941; }
a { background-color: rgb(197,233,65); }
div.DivClassName
{
background-color: #C5E941;
}
.BgClassName
{
background-color: #C5E941;
}
</style>
border-color css
<style>
span { border-color: #C5E941; }
span { border-color: rgb(197,233,65); }
td.TdClassName
{
border-color: #C5E941;
}
.TagClassName
{
border-color: #C5E941;
}
</style>