Shades of Las Palmas #CDDD4B
Tints of Las Palmas #CDDD4B
RGB
CMYK
RGB Variations
Color information
#CDDD4B (or 0xCDDD4B) is known color: Las Palmas. HEX triplet: CD, DD and 4B. RGB value is (205,221,75). Sum of RGB (Red+Green+Blue) = 205+221+75=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD4B is #3222B4. Grayscale: #C8C8C8. Windows color (decimal): -3285685 or 4971981. OLE color: 4971981.
HSL color Cylindrical-coordinate representation of color #CDDD4B: hue angle of 66.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDDD4B is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 75 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.13 |
| HSL | 66.58º | 0.68% | 0.58% | - |
| HSV(B) | 66.58º | 0.66% | 0.87% | - |
| XYZ | 52.3 | 65.2 | 16.48 | - |
| YUV | 199.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 75 | 0.07 | 0 | 0.66 | 0.13 | 66.58 | 0.68 | 0.58 |
| Hex | CD | DD | 4B | 7 | 0 | 42 | D | 43 | 44 | 3A |
| Octal | 315 | 335 | 113 | 7 | 0 | 102 | 15 | 103 | 104 | 72 |
| Binary | 11001101 | 11011101 | 1001011 | 111 | 0 | 1000010 | 1101 | 1000011 | 1000100 | 111010 |
Color Harmonies of #CDDD4B
Complementary color
Monochromatic Colors of #CDDD4B
Black with #CDDD4B
Text Example
Text Example
White with #CDDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD4B; }
p { color: rgb(205,221,75); }
H1.HeaderClassName
{
color: #CDDD4B;
}
.AnyTagClassName
{
color: #CDDD4B;
}
</style>
background-color css
<style>
a { background-color: #CDDD4B; }
a { background-color: rgb(205,221,75); }
div.DivClassName
{
background-color: #CDDD4B;
}
.BgClassName
{
background-color: #CDDD4B;
}
</style>
border-color css
<style>
span { border-color: #CDDD4B; }
span { border-color: rgb(205,221,75); }
td.TdClassName
{
border-color: #CDDD4B;
}
.TagClassName
{
border-color: #CDDD4B;
}
</style>