Shades of Las Palmas #CAE144
Tints of Las Palmas #CAE144
RGB
CMYK
RGB Variations
Color information
#CAE144 (or 0xCAE144) is known color: Las Palmas. HEX triplet: CA, E1 and 44. RGB value is (202,225,68). Sum of RGB (Red+Green+Blue) = 202+225+68=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE144 is #351EBB. Grayscale: #C8C8C8. Windows color (decimal): -3481276 or 4514250. OLE color: 4514250.
HSL color Cylindrical-coordinate representation of color #CAE144: hue angle of 68.79º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAE144 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 68 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.12 |
| HSL | 68.79º | 0.72% | 0.57% | - |
| HSV(B) | 68.79º | 0.7% | 0.88% | - |
| XYZ | 52.33 | 66.82 | 15.61 | - |
| YUV | 200.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 68 | 0.10 | 0 | 0.70 | 0.12 | 68.79 | 0.72 | 0.57 |
| Hex | CA | E1 | 44 | A | 0 | 46 | C | 45 | 48 | 39 |
| Octal | 312 | 341 | 104 | 12 | 0 | 106 | 14 | 105 | 110 | 71 |
| Binary | 11001010 | 11100001 | 1000100 | 1010 | 0 | 1000110 | 1100 | 1000101 | 1001000 | 111001 |
Color Harmonies of #CAE144
Complementary color
Monochromatic Colors of #CAE144
Black with #CAE144
Text Example
Text Example
White with #CAE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE144; }
p { color: rgb(202,225,68); }
H1.HeaderClassName
{
color: #CAE144;
}
.AnyTagClassName
{
color: #CAE144;
}
</style>
background-color css
<style>
a { background-color: #CAE144; }
a { background-color: rgb(202,225,68); }
div.DivClassName
{
background-color: #CAE144;
}
.BgClassName
{
background-color: #CAE144;
}
</style>
border-color css
<style>
span { border-color: #CAE144; }
span { border-color: rgb(202,225,68); }
td.TdClassName
{
border-color: #CAE144;
}
.TagClassName
{
border-color: #CAE144;
}
</style>