Shades of Las Palmas #CDDD3C
Tints of Las Palmas #CDDD3C
RGB
CMYK
RGB Variations
Color information
#CDDD3C (or 0xCDDD3C) is known color: Las Palmas. HEX triplet: CD, DD and 3C. RGB value is (205,221,60). Sum of RGB (Red+Green+Blue) = 205+221+60=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD3C is #3222C3. Grayscale: #C6C6C6. Windows color (decimal): -3285700 or 3988941. OLE color: 3988941.
HSL color Cylindrical-coordinate representation of color #CDDD3C: hue angle of 65.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDDD3C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 60 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.13 |
| HSL | 65.96º | 0.7% | 0.55% | - |
| HSV(B) | 65.96º | 0.73% | 0.87% | - |
| XYZ | 51.85 | 65.02 | 14.09 | - |
| YUV | 197.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 60 | 0.07 | 0 | 0.73 | 0.13 | 65.96 | 0.7 | 0.55 |
| Hex | CD | DD | 3C | 7 | 0 | 49 | D | 42 | 46 | 37 |
| Octal | 315 | 335 | 74 | 7 | 0 | 111 | 15 | 102 | 106 | 67 |
| Binary | 11001101 | 11011101 | 111100 | 111 | 0 | 1001001 | 1101 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CDDD3C
Complementary color
Monochromatic Colors of #CDDD3C
Black with #CDDD3C
Text Example
Text Example
White with #CDDD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD3C; }
p { color: rgb(205,221,60); }
H1.HeaderClassName
{
color: #CDDD3C;
}
.AnyTagClassName
{
color: #CDDD3C;
}
</style>
background-color css
<style>
a { background-color: #CDDD3C; }
a { background-color: rgb(205,221,60); }
div.DivClassName
{
background-color: #CDDD3C;
}
.BgClassName
{
background-color: #CDDD3C;
}
</style>
border-color css
<style>
span { border-color: #CDDD3C; }
span { border-color: rgb(205,221,60); }
td.TdClassName
{
border-color: #CDDD3C;
}
.TagClassName
{
border-color: #CDDD3C;
}
</style>