Shades of Las Palmas #CDE045
Tints of Las Palmas #CDE045
RGB
CMYK
RGB Variations
Color information
#CDE045 (or 0xCDE045) is known color: Las Palmas. HEX triplet: CD, E0 and 45. RGB value is (205,224,69). Sum of RGB (Red+Green+Blue) = 205+224+69=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE045 is #321FBA. Grayscale: #C9C9C9. Windows color (decimal): -3284923 or 4579533. OLE color: 4579533.
HSL color Cylindrical-coordinate representation of color #CDE045: hue angle of 67.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDE045 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 69 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.12 |
| HSL | 67.35º | 0.71% | 0.57% | - |
| HSV(B) | 67.35º | 0.69% | 0.88% | - |
| XYZ | 52.91 | 66.72 | 15.72 | - |
| YUV | 200.65 | 53.71 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 69 | 0.08 | 0 | 0.69 | 0.12 | 67.35 | 0.71 | 0.57 |
| Hex | CD | E0 | 45 | 8 | 0 | 45 | C | 43 | 47 | 39 |
| Octal | 315 | 340 | 105 | 10 | 0 | 105 | 14 | 103 | 107 | 71 |
| Binary | 11001101 | 11100000 | 1000101 | 1000 | 0 | 1000101 | 1100 | 1000011 | 1000111 | 111001 |
Color Harmonies of #CDE045
Complementary color
Monochromatic Colors of #CDE045
Black with #CDE045
Text Example
Text Example
White with #CDE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE045; }
p { color: rgb(205,224,69); }
H1.HeaderClassName
{
color: #CDE045;
}
.AnyTagClassName
{
color: #CDE045;
}
</style>
background-color css
<style>
a { background-color: #CDE045; }
a { background-color: rgb(205,224,69); }
div.DivClassName
{
background-color: #CDE045;
}
.BgClassName
{
background-color: #CDE045;
}
</style>
border-color css
<style>
span { border-color: #CDE045; }
span { border-color: rgb(205,224,69); }
td.TdClassName
{
border-color: #CDE045;
}
.TagClassName
{
border-color: #CDE045;
}
</style>