Shades of Las Palmas #CAE250
Tints of Las Palmas #CAE250
RGB
CMYK
RGB Variations
Color information
#CAE250 (or 0xCAE250) is known color: Las Palmas. HEX triplet: CA, E2 and 50. RGB value is (202,226,80). Sum of RGB (Red+Green+Blue) = 202+226+80=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE250 is #351DAF. Grayscale: #CACACA. Windows color (decimal): -3481008 or 5300938. OLE color: 5300938.
HSL color Cylindrical-coordinate representation of color #CAE250: hue angle of 69.86º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAE250 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 80 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.11 |
| HSL | 69.86º | 0.72% | 0.6% | - |
| HSV(B) | 69.86º | 0.65% | 0.89% | - |
| XYZ | 53 | 67.53 | 17.83 | - |
| YUV | 202.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 80 | 0.11 | 0 | 0.65 | 0.11 | 69.86 | 0.72 | 0.6 |
| Hex | CA | E2 | 50 | B | 0 | 41 | B | 46 | 48 | 3C |
| Octal | 312 | 342 | 120 | 13 | 0 | 101 | 13 | 106 | 110 | 74 |
| Binary | 11001010 | 11100010 | 1010000 | 1011 | 0 | 1000001 | 1011 | 1000110 | 1001000 | 111100 |
Color Harmonies of #CAE250
Complementary color
Monochromatic Colors of #CAE250
Black with #CAE250
Text Example
Text Example
White with #CAE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE250; }
p { color: rgb(202,226,80); }
H1.HeaderClassName
{
color: #CAE250;
}
.AnyTagClassName
{
color: #CAE250;
}
</style>
background-color css
<style>
a { background-color: #CAE250; }
a { background-color: rgb(202,226,80); }
div.DivClassName
{
background-color: #CAE250;
}
.BgClassName
{
background-color: #CAE250;
}
</style>
border-color css
<style>
span { border-color: #CAE250; }
span { border-color: rgb(202,226,80); }
td.TdClassName
{
border-color: #CAE250;
}
.TagClassName
{
border-color: #CAE250;
}
</style>