Shades of Las Palmas #CDE250
Tints of Las Palmas #CDE250
RGB
CMYK
RGB Variations
Color information
#CDE250 (or 0xCDE250) is known color: Las Palmas. HEX triplet: CD, E2 and 50. RGB value is (205,226,80). Sum of RGB (Red+Green+Blue) = 205+226+80=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE250 is #321DAF. Grayscale: #CBCBCB. Windows color (decimal): -3284400 or 5300941. OLE color: 5300941.
HSL color Cylindrical-coordinate representation of color #CDE250: hue angle of 68.63º 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 #CDE250 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 80 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.11 |
| HSL | 68.63º | 0.72% | 0.6% | - |
| HSV(B) | 68.63º | 0.65% | 0.89% | - |
| XYZ | 53.82 | 67.95 | 17.87 | - |
| YUV | 203.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 80 | 0.09 | 0 | 0.65 | 0.11 | 68.63 | 0.72 | 0.6 |
| Hex | CD | E2 | 50 | 9 | 0 | 41 | B | 45 | 48 | 3C |
| Octal | 315 | 342 | 120 | 11 | 0 | 101 | 13 | 105 | 110 | 74 |
| Binary | 11001101 | 11100010 | 1010000 | 1001 | 0 | 1000001 | 1011 | 1000101 | 1001000 | 111100 |
Color Harmonies of #CDE250
Complementary color
Monochromatic Colors of #CDE250
Black with #CDE250
Text Example
Text Example
White with #CDE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE250; }
p { color: rgb(205,226,80); }
H1.HeaderClassName
{
color: #CDE250;
}
.AnyTagClassName
{
color: #CDE250;
}
</style>
background-color css
<style>
a { background-color: #CDE250; }
a { background-color: rgb(205,226,80); }
div.DivClassName
{
background-color: #CDE250;
}
.BgClassName
{
background-color: #CDE250;
}
</style>
border-color css
<style>
span { border-color: #CDE250; }
span { border-color: rgb(205,226,80); }
td.TdClassName
{
border-color: #CDE250;
}
.TagClassName
{
border-color: #CDE250;
}
</style>