Shades of Las Palmas #CAE446
Tints of Las Palmas #CAE446
RGB
CMYK
RGB Variations
Color information
#CAE446 (or 0xCAE446) is known color: Las Palmas. HEX triplet: CA, E4 and 46. RGB value is (202,228,70). Sum of RGB (Red+Green+Blue) = 202+228+70=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE446 is #351BB9. Grayscale: #CACACA. Windows color (decimal): -3480506 or 4646090. OLE color: 4646090.
HSL color Cylindrical-coordinate representation of color #CAE446: hue angle of 69.87º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAE446 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 70 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.11 |
| HSL | 69.87º | 0.75% | 0.58% | - |
| HSV(B) | 69.87º | 0.69% | 0.89% | - |
| XYZ | 53.21 | 68.49 | 16.21 | - |
| YUV | 202.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 70 | 0.11 | 0 | 0.69 | 0.11 | 69.87 | 0.75 | 0.58 |
| Hex | CA | E4 | 46 | B | 0 | 45 | B | 46 | 4B | 3A |
| Octal | 312 | 344 | 106 | 13 | 0 | 105 | 13 | 106 | 113 | 72 |
| Binary | 11001010 | 11100100 | 1000110 | 1011 | 0 | 1000101 | 1011 | 1000110 | 1001011 | 111010 |
Color Harmonies of #CAE446
Complementary color
Monochromatic Colors of #CAE446
Black with #CAE446
Text Example
Text Example
White with #CAE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE446; }
p { color: rgb(202,228,70); }
H1.HeaderClassName
{
color: #CAE446;
}
.AnyTagClassName
{
color: #CAE446;
}
</style>
background-color css
<style>
a { background-color: #CAE446; }
a { background-color: rgb(202,228,70); }
div.DivClassName
{
background-color: #CAE446;
}
.BgClassName
{
background-color: #CAE446;
}
</style>
border-color css
<style>
span { border-color: #CAE446; }
span { border-color: rgb(202,228,70); }
td.TdClassName
{
border-color: #CAE446;
}
.TagClassName
{
border-color: #CAE446;
}
</style>