Shades of Las Palmas #CDE948
Tints of Las Palmas #CDE948
RGB
CMYK
RGB Variations
Color information
#CDE948 (or 0xCDE948) is known color: Las Palmas. HEX triplet: CD, E9 and 48. RGB value is (205,233,72). Sum of RGB (Red+Green+Blue) = 205+233+72=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE948 is #3216B7. Grayscale: #CECECE. Windows color (decimal): -3282616 or 4778445. OLE color: 4778445.
HSL color Cylindrical-coordinate representation of color #CDE948: hue angle of 70.43º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDE948 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 72 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.09 |
| HSL | 70.43º | 0.79% | 0.6% | - |
| HSV(B) | 70.43º | 0.69% | 0.91% | - |
| XYZ | 55.49 | 71.72 | 17.05 | - |
| YUV | 206.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 72 | 0.12 | 0 | 0.69 | 0.09 | 70.43 | 0.79 | 0.6 |
| Hex | CD | E9 | 48 | C | 0 | 45 | 9 | 46 | 4F | 3C |
| Octal | 315 | 351 | 110 | 14 | 0 | 105 | 11 | 106 | 117 | 74 |
| Binary | 11001101 | 11101001 | 1001000 | 1100 | 0 | 1000101 | 1001 | 1000110 | 1001111 | 111100 |
Color Harmonies of #CDE948
Complementary color
Monochromatic Colors of #CDE948
Black with #CDE948
Text Example
Text Example
White with #CDE948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE948; }
p { color: rgb(205,233,72); }
H1.HeaderClassName
{
color: #CDE948;
}
.AnyTagClassName
{
color: #CDE948;
}
</style>
background-color css
<style>
a { background-color: #CDE948; }
a { background-color: rgb(205,233,72); }
div.DivClassName
{
background-color: #CDE948;
}
.BgClassName
{
background-color: #CDE948;
}
</style>
border-color css
<style>
span { border-color: #CDE948; }
span { border-color: rgb(205,233,72); }
td.TdClassName
{
border-color: #CDE948;
}
.TagClassName
{
border-color: #CDE948;
}
</style>