Shades of Las Palmas #CDDD45
Tints of Las Palmas #CDDD45
RGB
CMYK
RGB Variations
Color information
#CDDD45 (or 0xCDDD45) is known color: Las Palmas. HEX triplet: CD, DD and 45. RGB value is (205,221,69). Sum of RGB (Red+Green+Blue) = 205+221+69=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD45 is #3222BA. Grayscale: #C7C7C7. Windows color (decimal): -3285691 or 4578765. OLE color: 4578765.
HSL color Cylindrical-coordinate representation of color #CDDD45: hue angle of 66.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDDD45 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 69 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.13 |
| HSL | 66.32º | 0.69% | 0.57% | - |
| HSV(B) | 66.32º | 0.69% | 0.87% | - |
| XYZ | 52.11 | 65.12 | 15.45 | - |
| YUV | 198.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 69 | 0.07 | 0 | 0.69 | 0.13 | 66.32 | 0.69 | 0.57 |
| Hex | CD | DD | 45 | 7 | 0 | 45 | D | 42 | 45 | 39 |
| Octal | 315 | 335 | 105 | 7 | 0 | 105 | 15 | 102 | 105 | 71 |
| Binary | 11001101 | 11011101 | 1000101 | 111 | 0 | 1000101 | 1101 | 1000010 | 1000101 | 111001 |
Color Harmonies of #CDDD45
Complementary color
Monochromatic Colors of #CDDD45
Black with #CDDD45
Text Example
Text Example
White with #CDDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD45; }
p { color: rgb(205,221,69); }
H1.HeaderClassName
{
color: #CDDD45;
}
.AnyTagClassName
{
color: #CDDD45;
}
</style>
background-color css
<style>
a { background-color: #CDDD45; }
a { background-color: rgb(205,221,69); }
div.DivClassName
{
background-color: #CDDD45;
}
.BgClassName
{
background-color: #CDDD45;
}
</style>
border-color css
<style>
span { border-color: #CDDD45; }
span { border-color: rgb(205,221,69); }
td.TdClassName
{
border-color: #CDDD45;
}
.TagClassName
{
border-color: #CDDD45;
}
</style>