Shades of Las Palmas #CAE033
Tints of Las Palmas #CAE033
RGB
CMYK
RGB Variations
Color information
#CAE033 (or 0xCAE033) is known color: Las Palmas. HEX triplet: CA, E0 and 33. RGB value is (202,224,51). Sum of RGB (Red+Green+Blue) = 202+224+51=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE033 is #351FCC. Grayscale: #C6C6C6. Windows color (decimal): -3481549 or 3399882. OLE color: 3399882.
HSL color Cylindrical-coordinate representation of color #CAE033: hue angle of 67.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAE033 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 51 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.12 |
| HSL | 67.63º | 0.74% | 0.54% | - |
| HSV(B) | 67.63º | 0.77% | 0.88% | - |
| XYZ | 51.61 | 66.11 | 13.17 | - |
| YUV | 197.7 | 45.21 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 51 | 0.10 | 0 | 0.77 | 0.12 | 67.63 | 0.74 | 0.54 |
| Hex | CA | E0 | 33 | A | 0 | 4D | C | 44 | 4A | 36 |
| Octal | 312 | 340 | 63 | 12 | 0 | 115 | 14 | 104 | 112 | 66 |
| Binary | 11001010 | 11100000 | 110011 | 1010 | 0 | 1001101 | 1100 | 1000100 | 1001010 | 110110 |
Color Harmonies of #CAE033
Complementary color
Monochromatic Colors of #CAE033
Black with #CAE033
Text Example
Text Example
White with #CAE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE033; }
p { color: rgb(202,224,51); }
H1.HeaderClassName
{
color: #CAE033;
}
.AnyTagClassName
{
color: #CAE033;
}
</style>
background-color css
<style>
a { background-color: #CAE033; }
a { background-color: rgb(202,224,51); }
div.DivClassName
{
background-color: #CAE033;
}
.BgClassName
{
background-color: #CAE033;
}
</style>
border-color css
<style>
span { border-color: #CAE033; }
span { border-color: rgb(202,224,51); }
td.TdClassName
{
border-color: #CAE033;
}
.TagClassName
{
border-color: #CAE033;
}
</style>