Shades of Las Palmas #CAE845
Tints of Las Palmas #CAE845
RGB
CMYK
RGB Variations
Color information
#CAE845 (or 0xCAE845) is known color: Las Palmas. HEX triplet: CA, E8 and 45. RGB value is (202,232,69). Sum of RGB (Red+Green+Blue) = 202+232+69=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE845 is #3517BA. Grayscale: #CDCDCD. Windows color (decimal): -3479483 or 4581578. OLE color: 4581578.
HSL color Cylindrical-coordinate representation of color #CAE845: hue angle of 71.04º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAE845 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 69 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.09 |
| HSL | 71.04º | 0.78% | 0.59% | - |
| HSV(B) | 71.04º | 0.7% | 0.91% | - |
| XYZ | 54.29 | 70.7 | 16.42 | - |
| YUV | 204.45 | 51.56 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 69 | 0.13 | 0 | 0.70 | 0.09 | 71.04 | 0.78 | 0.59 |
| Hex | CA | E8 | 45 | D | 0 | 46 | 9 | 47 | 4E | 3B |
| Octal | 312 | 350 | 105 | 15 | 0 | 106 | 11 | 107 | 116 | 73 |
| Binary | 11001010 | 11101000 | 1000101 | 1101 | 0 | 1000110 | 1001 | 1000111 | 1001110 | 111011 |
Color Harmonies of #CAE845
Complementary color
Monochromatic Colors of #CAE845
Black with #CAE845
Text Example
Text Example
White with #CAE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE845; }
p { color: rgb(202,232,69); }
H1.HeaderClassName
{
color: #CAE845;
}
.AnyTagClassName
{
color: #CAE845;
}
</style>
background-color css
<style>
a { background-color: #CAE845; }
a { background-color: rgb(202,232,69); }
div.DivClassName
{
background-color: #CAE845;
}
.BgClassName
{
background-color: #CAE845;
}
</style>
border-color css
<style>
span { border-color: #CAE845; }
span { border-color: rgb(202,232,69); }
td.TdClassName
{
border-color: #CAE845;
}
.TagClassName
{
border-color: #CAE845;
}
</style>