Shades of Las Palmas #CDDD3E
Tints of Las Palmas #CDDD3E
RGB
CMYK
RGB Variations
Color information
#CDDD3E (or 0xCDDD3E) is known color: Las Palmas. HEX triplet: CD, DD and 3E. RGB value is (205,221,62). Sum of RGB (Red+Green+Blue) = 205+221+62=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD3E is #3222C1. Grayscale: #C6C6C6. Windows color (decimal): -3285698 or 4120013. OLE color: 4120013.
HSL color Cylindrical-coordinate representation of color #CDDD3E: hue angle of 66.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDDD3E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 62 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.13 |
| HSL | 66.04º | 0.7% | 0.55% | - |
| HSV(B) | 66.04º | 0.72% | 0.87% | - |
| XYZ | 51.9 | 65.04 | 14.38 | - |
| YUV | 198.09 | 51.2 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 62 | 0.07 | 0 | 0.72 | 0.13 | 66.04 | 0.7 | 0.55 |
| Hex | CD | DD | 3E | 7 | 0 | 48 | D | 42 | 46 | 37 |
| Octal | 315 | 335 | 76 | 7 | 0 | 110 | 15 | 102 | 106 | 67 |
| Binary | 11001101 | 11011101 | 111110 | 111 | 0 | 1001000 | 1101 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CDDD3E
Complementary color
Monochromatic Colors of #CDDD3E
Black with #CDDD3E
Text Example
Text Example
White with #CDDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD3E; }
p { color: rgb(205,221,62); }
H1.HeaderClassName
{
color: #CDDD3E;
}
.AnyTagClassName
{
color: #CDDD3E;
}
</style>
background-color css
<style>
a { background-color: #CDDD3E; }
a { background-color: rgb(205,221,62); }
div.DivClassName
{
background-color: #CDDD3E;
}
.BgClassName
{
background-color: #CDDD3E;
}
</style>
border-color css
<style>
span { border-color: #CDDD3E; }
span { border-color: rgb(205,221,62); }
td.TdClassName
{
border-color: #CDDD3E;
}
.TagClassName
{
border-color: #CDDD3E;
}
</style>