Shades of Las Palmas #CDE645
Tints of Las Palmas #CDE645
RGB
CMYK
RGB Variations
Color information
#CDE645 (or 0xCDE645) is known color: Las Palmas. HEX triplet: CD, E6 and 45. RGB value is (205,230,69). Sum of RGB (Red+Green+Blue) = 205+230+69=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE645 is #3219BA. Grayscale: #CCCCCC. Windows color (decimal): -3283387 or 4581069. OLE color: 4581069.
HSL color Cylindrical-coordinate representation of color #CDE645: hue angle of 69.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDE645 is Cyan = 0.11, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 69 | - |
| CMYK | 0.11 | 0 | 0.7 | 0.10 |
| HSL | 69.32º | 0.76% | 0.59% | - |
| HSV(B) | 69.32º | 0.7% | 0.9% | - |
| XYZ | 54.55 | 70 | 16.27 | - |
| YUV | 204.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 69 | 0.11 | 0 | 0.7 | 0.10 | 69.32 | 0.76 | 0.59 |
| Hex | CD | E6 | 45 | B | 0 | 46 | A | 45 | 4C | 3B |
| Octal | 315 | 346 | 105 | 13 | 0 | 106 | 12 | 105 | 114 | 73 |
| Binary | 11001101 | 11100110 | 1000101 | 1011 | 0 | 1000110 | 1010 | 1000101 | 1001100 | 111011 |
Color Harmonies of #CDE645
Complementary color
Monochromatic Colors of #CDE645
Black with #CDE645
Text Example
Text Example
White with #CDE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE645; }
p { color: rgb(205,230,69); }
H1.HeaderClassName
{
color: #CDE645;
}
.AnyTagClassName
{
color: #CDE645;
}
</style>
background-color css
<style>
a { background-color: #CDE645; }
a { background-color: rgb(205,230,69); }
div.DivClassName
{
background-color: #CDE645;
}
.BgClassName
{
background-color: #CDE645;
}
</style>
border-color css
<style>
span { border-color: #CDE645; }
span { border-color: rgb(205,230,69); }
td.TdClassName
{
border-color: #CDE645;
}
.TagClassName
{
border-color: #CDE645;
}
</style>