Shades of Las Palmas #CAEA42
Tints of Las Palmas #CAEA42
RGB
CMYK
RGB Variations
Color information
#CAEA42 (or 0xCAEA42) is known color: Las Palmas. HEX triplet: CA, EA and 42. RGB value is (202,234,66). Sum of RGB (Red+Green+Blue) = 202+234+66=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA42 is #3515BD. Grayscale: #CDCDCD. Windows color (decimal): -3478974 or 4385482. OLE color: 4385482.
HSL color Cylindrical-coordinate representation of color #CAEA42: hue angle of 71.43º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAEA42 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 66 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.08 |
| HSL | 71.43º | 0.8% | 0.59% | - |
| HSV(B) | 71.43º | 0.72% | 0.92% | - |
| XYZ | 54.76 | 71.8 | 16.13 | - |
| YUV | 205.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 66 | 0.14 | 0 | 0.72 | 0.08 | 71.43 | 0.8 | 0.59 |
| Hex | CA | EA | 42 | E | 0 | 48 | 8 | 47 | 50 | 3B |
| Octal | 312 | 352 | 102 | 16 | 0 | 110 | 10 | 107 | 120 | 73 |
| Binary | 11001010 | 11101010 | 1000010 | 1110 | 0 | 1001000 | 1000 | 1000111 | 1010000 | 111011 |
Color Harmonies of #CAEA42
Complementary color
Monochromatic Colors of #CAEA42
Black with #CAEA42
Text Example
Text Example
White with #CAEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA42; }
p { color: rgb(202,234,66); }
H1.HeaderClassName
{
color: #CAEA42;
}
.AnyTagClassName
{
color: #CAEA42;
}
</style>
background-color css
<style>
a { background-color: #CAEA42; }
a { background-color: rgb(202,234,66); }
div.DivClassName
{
background-color: #CAEA42;
}
.BgClassName
{
background-color: #CAEA42;
}
</style>
border-color css
<style>
span { border-color: #CAEA42; }
span { border-color: rgb(202,234,66); }
td.TdClassName
{
border-color: #CAEA42;
}
.TagClassName
{
border-color: #CAEA42;
}
</style>