Shades of Las Palmas #CAE237
Tints of Las Palmas #CAE237
RGB
CMYK
RGB Variations
Color information
#CAE237 (or 0xCAE237) is known color: Las Palmas. HEX triplet: CA, E2 and 37. RGB value is (202,226,55). Sum of RGB (Red+Green+Blue) = 202+226+55=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE237 is #351DC8. Grayscale: #C7C7C7. Windows color (decimal): -3481033 or 3662538. OLE color: 3662538.
HSL color Cylindrical-coordinate representation of color #CAE237: hue angle of 68.42º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAE237 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 55 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.11 |
| HSL | 68.42º | 0.75% | 0.55% | - |
| HSV(B) | 68.42º | 0.76% | 0.89% | - |
| XYZ | 52.24 | 67.23 | 13.84 | - |
| YUV | 199.33 | 46.55 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 55 | 0.11 | 0 | 0.76 | 0.11 | 68.42 | 0.75 | 0.55 |
| Hex | CA | E2 | 37 | B | 0 | 4C | B | 44 | 4B | 37 |
| Octal | 312 | 342 | 67 | 13 | 0 | 114 | 13 | 104 | 113 | 67 |
| Binary | 11001010 | 11100010 | 110111 | 1011 | 0 | 1001100 | 1011 | 1000100 | 1001011 | 110111 |
Color Harmonies of #CAE237
Complementary color
Monochromatic Colors of #CAE237
Black with #CAE237
Text Example
Text Example
White with #CAE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE237; }
p { color: rgb(202,226,55); }
H1.HeaderClassName
{
color: #CAE237;
}
.AnyTagClassName
{
color: #CAE237;
}
</style>
background-color css
<style>
a { background-color: #CAE237; }
a { background-color: rgb(202,226,55); }
div.DivClassName
{
background-color: #CAE237;
}
.BgClassName
{
background-color: #CAE237;
}
</style>
border-color css
<style>
span { border-color: #CAE237; }
span { border-color: rgb(202,226,55); }
td.TdClassName
{
border-color: #CAE237;
}
.TagClassName
{
border-color: #CAE237;
}
</style>