Shades of Las Palmas #CAE649
Tints of Las Palmas #CAE649
RGB
CMYK
RGB Variations
Color information
#CAE649 (or 0xCAE649) is known color: Las Palmas. HEX triplet: CA, E6 and 49. RGB value is (202,230,73). Sum of RGB (Red+Green+Blue) = 202+230+73=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE649 is #3519B6. Grayscale: #CCCCCC. Windows color (decimal): -3479991 or 4843210. OLE color: 4843210.
HSL color Cylindrical-coordinate representation of color #CAE649: hue angle of 70.7º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAE649 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 73 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.10 |
| HSL | 70.7º | 0.76% | 0.59% | - |
| HSV(B) | 70.7º | 0.68% | 0.9% | - |
| XYZ | 53.86 | 69.63 | 16.9 | - |
| YUV | 203.73 | 54.22 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 73 | 0.12 | 0 | 0.68 | 0.10 | 70.7 | 0.76 | 0.59 |
| Hex | CA | E6 | 49 | C | 0 | 44 | A | 47 | 4C | 3B |
| Octal | 312 | 346 | 111 | 14 | 0 | 104 | 12 | 107 | 114 | 73 |
| Binary | 11001010 | 11100110 | 1001001 | 1100 | 0 | 1000100 | 1010 | 1000111 | 1001100 | 111011 |
Color Harmonies of #CAE649
Complementary color
Monochromatic Colors of #CAE649
Black with #CAE649
Text Example
Text Example
White with #CAE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE649; }
p { color: rgb(202,230,73); }
H1.HeaderClassName
{
color: #CAE649;
}
.AnyTagClassName
{
color: #CAE649;
}
</style>
background-color css
<style>
a { background-color: #CAE649; }
a { background-color: rgb(202,230,73); }
div.DivClassName
{
background-color: #CAE649;
}
.BgClassName
{
background-color: #CAE649;
}
</style>
border-color css
<style>
span { border-color: #CAE649; }
span { border-color: rgb(202,230,73); }
td.TdClassName
{
border-color: #CAE649;
}
.TagClassName
{
border-color: #CAE649;
}
</style>