Shades of Las Palmas #CAE543
Tints of Las Palmas #CAE543
RGB
CMYK
RGB Variations
Color information
#CAE543 (or 0xCAE543) is known color: Las Palmas. HEX triplet: CA, E5 and 43. RGB value is (202,229,67). Sum of RGB (Red+Green+Blue) = 202+229+67=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE543 is #351ABC. Grayscale: #CBCBCB. Windows color (decimal): -3480253 or 4449738. OLE color: 4449738.
HSL color Cylindrical-coordinate representation of color #CAE543: hue angle of 70º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAE543 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 67 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.10 |
| HSL | 70º | 0.76% | 0.58% | - |
| HSV(B) | 70º | 0.71% | 0.9% | - |
| XYZ | 53.39 | 69 | 15.81 | - |
| YUV | 202.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 67 | 0.12 | 0 | 0.71 | 0.10 | 70 | 0.76 | 0.58 |
| Hex | CA | E5 | 43 | C | 0 | 47 | A | 46 | 4C | 3A |
| Octal | 312 | 345 | 103 | 14 | 0 | 107 | 12 | 106 | 114 | 72 |
| Binary | 11001010 | 11100101 | 1000011 | 1100 | 0 | 1000111 | 1010 | 1000110 | 1001100 | 111010 |
Color Harmonies of #CAE543
Complementary color
Monochromatic Colors of #CAE543
Black with #CAE543
Text Example
Text Example
White with #CAE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE543; }
p { color: rgb(202,229,67); }
H1.HeaderClassName
{
color: #CAE543;
}
.AnyTagClassName
{
color: #CAE543;
}
</style>
background-color css
<style>
a { background-color: #CAE543; }
a { background-color: rgb(202,229,67); }
div.DivClassName
{
background-color: #CAE543;
}
.BgClassName
{
background-color: #CAE543;
}
</style>
border-color css
<style>
span { border-color: #CAE543; }
span { border-color: rgb(202,229,67); }
td.TdClassName
{
border-color: #CAE543;
}
.TagClassName
{
border-color: #CAE543;
}
</style>