Shades of Las Palmas #CDDD37
Tints of Las Palmas #CDDD37
RGB
CMYK
RGB Variations
Color information
#CDDD37 (or 0xCDDD37) is known color: Las Palmas. HEX triplet: CD, DD and 37. RGB value is (205,221,55). Sum of RGB (Red+Green+Blue) = 205+221+55=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD37 is #3222C8. Grayscale: #C5C5C5. Windows color (decimal): -3285705 or 3661261. OLE color: 3661261.
HSL color Cylindrical-coordinate representation of color #CDDD37: hue angle of 65.78º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDDD37 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 55 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.13 |
| HSL | 65.78º | 0.71% | 0.54% | - |
| HSV(B) | 65.78º | 0.75% | 0.87% | - |
| XYZ | 51.72 | 64.97 | 13.43 | - |
| YUV | 197.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 55 | 0.07 | 0 | 0.75 | 0.13 | 65.78 | 0.71 | 0.54 |
| Hex | CD | DD | 37 | 7 | 0 | 4B | D | 42 | 47 | 36 |
| Octal | 315 | 335 | 67 | 7 | 0 | 113 | 15 | 102 | 107 | 66 |
| Binary | 11001101 | 11011101 | 110111 | 111 | 0 | 1001011 | 1101 | 1000010 | 1000111 | 110110 |
Color Harmonies of #CDDD37
Complementary color
Monochromatic Colors of #CDDD37
Black with #CDDD37
Text Example
Text Example
White with #CDDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD37; }
p { color: rgb(205,221,55); }
H1.HeaderClassName
{
color: #CDDD37;
}
.AnyTagClassName
{
color: #CDDD37;
}
</style>
background-color css
<style>
a { background-color: #CDDD37; }
a { background-color: rgb(205,221,55); }
div.DivClassName
{
background-color: #CDDD37;
}
.BgClassName
{
background-color: #CDDD37;
}
</style>
border-color css
<style>
span { border-color: #CDDD37; }
span { border-color: rgb(205,221,55); }
td.TdClassName
{
border-color: #CDDD37;
}
.TagClassName
{
border-color: #CDDD37;
}
</style>