Shades of Las Palmas #CDE150
Tints of Las Palmas #CDE150
RGB
CMYK
RGB Variations
Color information
#CDE150 (or 0xCDE150) is known color: Las Palmas. HEX triplet: CD, E1 and 50. RGB value is (205,225,80). Sum of RGB (Red+Green+Blue) = 205+225+80=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE150 is #321EAF. Grayscale: #CBCBCB. Windows color (decimal): -3284656 or 5300685. OLE color: 5300685.
HSL color Cylindrical-coordinate representation of color #CDE150: hue angle of 68.28º degrees, saturation: 0.71, 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 #CDE150 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.12 |
| HSL | 68.28º | 0.71% | 0.6% | - |
| HSV(B) | 68.28º | 0.64% | 0.88% | - |
| XYZ | 53.55 | 67.41 | 17.78 | - |
| YUV | 202.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 80 | 0.09 | 0 | 0.64 | 0.12 | 68.28 | 0.71 | 0.6 |
| Hex | CD | E1 | 50 | 9 | 0 | 40 | C | 44 | 47 | 3C |
| Octal | 315 | 341 | 120 | 11 | 0 | 100 | 14 | 104 | 107 | 74 |
| Binary | 11001101 | 11100001 | 1010000 | 1001 | 0 | 1000000 | 1100 | 1000100 | 1000111 | 111100 |
Color Harmonies of #CDE150
Complementary color
Monochromatic Colors of #CDE150
Black with #CDE150
Text Example
Text Example
White with #CDE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE150; }
p { color: rgb(205,225,80); }
H1.HeaderClassName
{
color: #CDE150;
}
.AnyTagClassName
{
color: #CDE150;
}
</style>
background-color css
<style>
a { background-color: #CDE150; }
a { background-color: rgb(205,225,80); }
div.DivClassName
{
background-color: #CDE150;
}
.BgClassName
{
background-color: #CDE150;
}
</style>
border-color css
<style>
span { border-color: #CDE150; }
span { border-color: rgb(205,225,80); }
td.TdClassName
{
border-color: #CDE150;
}
.TagClassName
{
border-color: #CDE150;
}
</style>