Shades of Las Palmas #CDE350
Tints of Las Palmas #CDE350
RGB
CMYK
RGB Variations
Color information
#CDE350 (or 0xCDE350) is known color: Las Palmas. HEX triplet: CD, E3 and 50. RGB value is (205,227,80). Sum of RGB (Red+Green+Blue) = 205+227+80=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE350 is #321CAF. Grayscale: #CCCCCC. Windows color (decimal): -3284144 or 5301197. OLE color: 5301197.
HSL color Cylindrical-coordinate representation of color #CDE350: hue angle of 68.98º 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 #CDE350 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 80 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.11 |
| HSL | 68.98º | 0.72% | 0.6% | - |
| HSV(B) | 68.98º | 0.65% | 0.89% | - |
| XYZ | 54.09 | 68.5 | 17.96 | - |
| YUV | 203.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 80 | 0.10 | 0 | 0.65 | 0.11 | 68.98 | 0.72 | 0.6 |
| Hex | CD | E3 | 50 | A | 0 | 41 | B | 45 | 48 | 3C |
| Octal | 315 | 343 | 120 | 12 | 0 | 101 | 13 | 105 | 110 | 74 |
| Binary | 11001101 | 11100011 | 1010000 | 1010 | 0 | 1000001 | 1011 | 1000101 | 1001000 | 111100 |
Color Harmonies of #CDE350
Complementary color
Monochromatic Colors of #CDE350
Black with #CDE350
Text Example
Text Example
White with #CDE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE350; }
p { color: rgb(205,227,80); }
H1.HeaderClassName
{
color: #CDE350;
}
.AnyTagClassName
{
color: #CDE350;
}
</style>
background-color css
<style>
a { background-color: #CDE350; }
a { background-color: rgb(205,227,80); }
div.DivClassName
{
background-color: #CDE350;
}
.BgClassName
{
background-color: #CDE350;
}
</style>
border-color css
<style>
span { border-color: #CDE350; }
span { border-color: rgb(205,227,80); }
td.TdClassName
{
border-color: #CDE350;
}
.TagClassName
{
border-color: #CDE350;
}
</style>