Shades of Las Palmas #CDE950
Tints of Las Palmas #CDE950
RGB
CMYK
RGB Variations
Color information
#CDE950 (or 0xCDE950) is known color: Las Palmas. HEX triplet: CD, E9 and 50. RGB value is (205,233,80). Sum of RGB (Red+Green+Blue) = 205+233+80=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE950 is #3216AF. Grayscale: #CFCFCF. Windows color (decimal): -3282608 or 5302733. OLE color: 5302733.
HSL color Cylindrical-coordinate representation of color #CDE950: hue angle of 70.98º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDE950 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 80 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 70.98º | 0.78% | 0.61% | - |
| HSV(B) | 70.98º | 0.66% | 0.91% | - |
| XYZ | 55.76 | 71.84 | 18.52 | - |
| YUV | 207.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 80 | 0.12 | 0 | 0.66 | 0.09 | 70.98 | 0.78 | 0.61 |
| Hex | CD | E9 | 50 | C | 0 | 42 | 9 | 47 | 4E | 3D |
| Octal | 315 | 351 | 120 | 14 | 0 | 102 | 11 | 107 | 116 | 75 |
| Binary | 11001101 | 11101001 | 1010000 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001110 | 111101 |
Color Harmonies of #CDE950
Complementary color
Monochromatic Colors of #CDE950
Black with #CDE950
Text Example
Text Example
White with #CDE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE950; }
p { color: rgb(205,233,80); }
H1.HeaderClassName
{
color: #CDE950;
}
.AnyTagClassName
{
color: #CDE950;
}
</style>
background-color css
<style>
a { background-color: #CDE950; }
a { background-color: rgb(205,233,80); }
div.DivClassName
{
background-color: #CDE950;
}
.BgClassName
{
background-color: #CDE950;
}
</style>
border-color css
<style>
span { border-color: #CDE950; }
span { border-color: rgb(205,233,80); }
td.TdClassName
{
border-color: #CDE950;
}
.TagClassName
{
border-color: #CDE950;
}
</style>