Shades of Las Palmas #CAE050
Tints of Las Palmas #CAE050
RGB
CMYK
RGB Variations
Color information
#CAE050 (or 0xCAE050) is known color: Las Palmas. HEX triplet: CA, E0 and 50. RGB value is (202,224,80). Sum of RGB (Red+Green+Blue) = 202+224+80=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE050 is #351FAF. Grayscale: #C9C9C9. Windows color (decimal): -3481520 or 5300426. OLE color: 5300426.
HSL color Cylindrical-coordinate representation of color #CAE050: hue angle of 69.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAE050 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 80 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.12 |
| HSL | 69.17º | 0.7% | 0.6% | - |
| HSV(B) | 69.17º | 0.64% | 0.88% | - |
| XYZ | 52.46 | 66.45 | 17.65 | - |
| YUV | 201.01 | 59.71 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 80 | 0.10 | 0 | 0.64 | 0.12 | 69.17 | 0.7 | 0.6 |
| Hex | CA | E0 | 50 | A | 0 | 40 | C | 45 | 46 | 3C |
| Octal | 312 | 340 | 120 | 12 | 0 | 100 | 14 | 105 | 106 | 74 |
| Binary | 11001010 | 11100000 | 1010000 | 1010 | 0 | 1000000 | 1100 | 1000101 | 1000110 | 111100 |
Color Harmonies of #CAE050
Complementary color
Monochromatic Colors of #CAE050
Black with #CAE050
Text Example
Text Example
White with #CAE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE050; }
p { color: rgb(202,224,80); }
H1.HeaderClassName
{
color: #CAE050;
}
.AnyTagClassName
{
color: #CAE050;
}
</style>
background-color css
<style>
a { background-color: #CAE050; }
a { background-color: rgb(202,224,80); }
div.DivClassName
{
background-color: #CAE050;
}
.BgClassName
{
background-color: #CAE050;
}
</style>
border-color css
<style>
span { border-color: #CAE050; }
span { border-color: rgb(202,224,80); }
td.TdClassName
{
border-color: #CAE050;
}
.TagClassName
{
border-color: #CAE050;
}
</style>