Shades of Las Palmas #CDE649
Tints of Las Palmas #CDE649
RGB
CMYK
RGB Variations
Color information
#CDE649 (or 0xCDE649) is known color: Las Palmas. HEX triplet: CD, E6 and 49. RGB value is (205,230,73). Sum of RGB (Red+Green+Blue) = 205+230+73=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 73 (28.91% from 255 or 14.37% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE649 is #3219B6. Grayscale: #CDCDCD. Windows color (decimal): -3283383 or 4843213. OLE color: 4843213.
HSL color Cylindrical-coordinate representation of color #CDE649: hue angle of 69.55º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDE649 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 73 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.10 |
| HSL | 69.55º | 0.76% | 0.59% | - |
| HSV(B) | 69.55º | 0.68% | 0.9% | - |
| XYZ | 54.68 | 70.05 | 16.94 | - |
| YUV | 204.63 | 53.72 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 73 | 0.11 | 0 | 0.68 | 0.10 | 69.55 | 0.76 | 0.59 |
| Hex | CD | E6 | 49 | B | 0 | 44 | A | 46 | 4C | 3B |
| Octal | 315 | 346 | 111 | 13 | 0 | 104 | 12 | 106 | 114 | 73 |
| Binary | 11001101 | 11100110 | 1001001 | 1011 | 0 | 1000100 | 1010 | 1000110 | 1001100 | 111011 |
Color Harmonies of #CDE649
Complementary color
Monochromatic Colors of #CDE649
Black with #CDE649
Text Example
Text Example
White with #CDE649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE649; }
p { color: rgb(205,230,73); }
H1.HeaderClassName
{
color: #CDE649;
}
.AnyTagClassName
{
color: #CDE649;
}
</style>
background-color css
<style>
a { background-color: #CDE649; }
a { background-color: rgb(205,230,73); }
div.DivClassName
{
background-color: #CDE649;
}
.BgClassName
{
background-color: #CDE649;
}
</style>
border-color css
<style>
span { border-color: #CDE649; }
span { border-color: rgb(205,230,73); }
td.TdClassName
{
border-color: #CDE649;
}
.TagClassName
{
border-color: #CDE649;
}
</style>