Shades of Las Palmas #CAE136
Tints of Las Palmas #CAE136
RGB
CMYK
RGB Variations
Color information
#CAE136 (or 0xCAE136) is known color: Las Palmas. HEX triplet: CA, E1 and 36. RGB value is (202,225,54). Sum of RGB (Red+Green+Blue) = 202+225+54=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE136 is #351EC9. Grayscale: #C7C7C7. Windows color (decimal): -3481290 or 3596746. OLE color: 3596746.
HSL color Cylindrical-coordinate representation of color #CAE136: hue angle of 68.07º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAE136 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 54 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.12 |
| HSL | 68.07º | 0.74% | 0.55% | - |
| HSV(B) | 68.07º | 0.76% | 0.88% | - |
| XYZ | 51.95 | 66.67 | 13.62 | - |
| YUV | 198.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 54 | 0.10 | 0 | 0.76 | 0.12 | 68.07 | 0.74 | 0.55 |
| Hex | CA | E1 | 36 | A | 0 | 4C | C | 44 | 4A | 37 |
| Octal | 312 | 341 | 66 | 12 | 0 | 114 | 14 | 104 | 112 | 67 |
| Binary | 11001010 | 11100001 | 110110 | 1010 | 0 | 1001100 | 1100 | 1000100 | 1001010 | 110111 |
Color Harmonies of #CAE136
Complementary color
Monochromatic Colors of #CAE136
Black with #CAE136
Text Example
Text Example
White with #CAE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE136; }
p { color: rgb(202,225,54); }
H1.HeaderClassName
{
color: #CAE136;
}
.AnyTagClassName
{
color: #CAE136;
}
</style>
background-color css
<style>
a { background-color: #CAE136; }
a { background-color: rgb(202,225,54); }
div.DivClassName
{
background-color: #CAE136;
}
.BgClassName
{
background-color: #CAE136;
}
</style>
border-color css
<style>
span { border-color: #CAE136; }
span { border-color: rgb(202,225,54); }
td.TdClassName
{
border-color: #CAE136;
}
.TagClassName
{
border-color: #CAE136;
}
</style>