Shades of Las Palmas #CDE343
Tints of Las Palmas #CDE343
RGB
CMYK
RGB Variations
Color information
#CDE343 (or 0xCDE343) is known color: Las Palmas. HEX triplet: CD, E3 and 43. RGB value is (205,227,67). Sum of RGB (Red+Green+Blue) = 205+227+67=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE343 is #321CBC. Grayscale: #CACACA. Windows color (decimal): -3284157 or 4449229. OLE color: 4449229.
HSL color Cylindrical-coordinate representation of color #CDE343: hue angle of 68.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDE343 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 67 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.11 |
| HSL | 68.25º | 0.74% | 0.58% | - |
| HSV(B) | 68.25º | 0.7% | 0.89% | - |
| XYZ | 53.66 | 68.32 | 15.67 | - |
| YUV | 202.18 | 51.71 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 67 | 0.10 | 0 | 0.70 | 0.11 | 68.25 | 0.74 | 0.58 |
| Hex | CD | E3 | 43 | A | 0 | 46 | B | 44 | 4A | 3A |
| Octal | 315 | 343 | 103 | 12 | 0 | 106 | 13 | 104 | 112 | 72 |
| Binary | 11001101 | 11100011 | 1000011 | 1010 | 0 | 1000110 | 1011 | 1000100 | 1001010 | 111010 |
Color Harmonies of #CDE343
Complementary color
Monochromatic Colors of #CDE343
Black with #CDE343
Text Example
Text Example
White with #CDE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE343; }
p { color: rgb(205,227,67); }
H1.HeaderClassName
{
color: #CDE343;
}
.AnyTagClassName
{
color: #CDE343;
}
</style>
background-color css
<style>
a { background-color: #CDE343; }
a { background-color: rgb(205,227,67); }
div.DivClassName
{
background-color: #CDE343;
}
.BgClassName
{
background-color: #CDE343;
}
</style>
border-color css
<style>
span { border-color: #CDE343; }
span { border-color: rgb(205,227,67); }
td.TdClassName
{
border-color: #CDE343;
}
.TagClassName
{
border-color: #CDE343;
}
</style>