Shades of Las Palmas #CDE543
Tints of Las Palmas #CDE543
RGB
CMYK
RGB Variations
Color information
#CDE543 (or 0xCDE543) is known color: Las Palmas. HEX triplet: CD, E5 and 43. RGB value is (205,229,67). Sum of RGB (Red+Green+Blue) = 205+229+67=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE543 is #321ABC. Grayscale: #CBCBCB. Windows color (decimal): -3283645 or 4449741. OLE color: 4449741.
HSL color Cylindrical-coordinate representation of color #CDE543: hue angle of 68.89º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDE543 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 67 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.10 |
| HSL | 68.89º | 0.76% | 0.58% | - |
| HSV(B) | 68.89º | 0.71% | 0.9% | - |
| XYZ | 54.21 | 69.42 | 15.85 | - |
| YUV | 203.36 | 51.05 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 67 | 0.10 | 0 | 0.71 | 0.10 | 68.89 | 0.76 | 0.58 |
| Hex | CD | E5 | 43 | A | 0 | 47 | A | 45 | 4C | 3A |
| Octal | 315 | 345 | 103 | 12 | 0 | 107 | 12 | 105 | 114 | 72 |
| Binary | 11001101 | 11100101 | 1000011 | 1010 | 0 | 1000111 | 1010 | 1000101 | 1001100 | 111010 |
Color Harmonies of #CDE543
Complementary color
Monochromatic Colors of #CDE543
Black with #CDE543
Text Example
Text Example
White with #CDE543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE543; }
p { color: rgb(205,229,67); }
H1.HeaderClassName
{
color: #CDE543;
}
.AnyTagClassName
{
color: #CDE543;
}
</style>
background-color css
<style>
a { background-color: #CDE543; }
a { background-color: rgb(205,229,67); }
div.DivClassName
{
background-color: #CDE543;
}
.BgClassName
{
background-color: #CDE543;
}
</style>
border-color css
<style>
span { border-color: #CDE543; }
span { border-color: rgb(205,229,67); }
td.TdClassName
{
border-color: #CDE543;
}
.TagClassName
{
border-color: #CDE543;
}
</style>