Shades of Las Palmas #CAE942
Tints of Las Palmas #CAE942
RGB
CMYK
RGB Variations
Color information
#CAE942 (or 0xCAE942) is known color: Las Palmas. HEX triplet: CA, E9 and 42. RGB value is (202,233,66). Sum of RGB (Red+Green+Blue) = 202+233+66=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE942 is #3516BD. Grayscale: #CDCDCD. Windows color (decimal): -3479230 or 4385226. OLE color: 4385226.
HSL color Cylindrical-coordinate representation of color #CAE942: hue angle of 71.14º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAE942 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 233 | 66 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.09 |
| HSL | 71.14º | 0.79% | 0.59% | - |
| HSV(B) | 71.14º | 0.72% | 0.91% | - |
| XYZ | 54.48 | 71.23 | 16.03 | - |
| YUV | 204.69 | 49.73 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 233 | 66 | 0.13 | 0 | 0.72 | 0.09 | 71.14 | 0.79 | 0.59 |
| Hex | CA | E9 | 42 | D | 0 | 48 | 9 | 47 | 4F | 3B |
| Octal | 312 | 351 | 102 | 15 | 0 | 110 | 11 | 107 | 117 | 73 |
| Binary | 11001010 | 11101001 | 1000010 | 1101 | 0 | 1001000 | 1001 | 1000111 | 1001111 | 111011 |
Color Harmonies of #CAE942
Complementary color
Monochromatic Colors of #CAE942
Black with #CAE942
Text Example
Text Example
White with #CAE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE942; }
p { color: rgb(202,233,66); }
H1.HeaderClassName
{
color: #CAE942;
}
.AnyTagClassName
{
color: #CAE942;
}
</style>
background-color css
<style>
a { background-color: #CAE942; }
a { background-color: rgb(202,233,66); }
div.DivClassName
{
background-color: #CAE942;
}
.BgClassName
{
background-color: #CAE942;
}
</style>
border-color css
<style>
span { border-color: #CAE942; }
span { border-color: rgb(202,233,66); }
td.TdClassName
{
border-color: #CAE942;
}
.TagClassName
{
border-color: #CAE942;
}
</style>