Shades of Las Palmas #CDDB3C
Tints of Las Palmas #CDDB3C
RGB
CMYK
RGB Variations
Color information
#CDDB3C (or 0xCDDB3C) is known color: Las Palmas. HEX triplet: CD, DB and 3C. RGB value is (205,219,60). Sum of RGB (Red+Green+Blue) = 205+219+60=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB3C is #3224C3. Grayscale: #C5C5C5. Windows color (decimal): -3286212 or 3988429. OLE color: 3988429.
HSL color Cylindrical-coordinate representation of color #CDDB3C: hue angle of 65.28º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDDB3C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 60 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.14 |
| HSL | 65.28º | 0.69% | 0.55% | - |
| HSV(B) | 65.28º | 0.73% | 0.86% | - |
| XYZ | 51.32 | 63.97 | 13.92 | - |
| YUV | 196.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 60 | 0.06 | 0 | 0.73 | 0.14 | 65.28 | 0.69 | 0.55 |
| Hex | CD | DB | 3C | 6 | 0 | 49 | E | 41 | 45 | 37 |
| Octal | 315 | 333 | 74 | 6 | 0 | 111 | 16 | 101 | 105 | 67 |
| Binary | 11001101 | 11011011 | 111100 | 110 | 0 | 1001001 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CDDB3C
Complementary color
Monochromatic Colors of #CDDB3C
Black with #CDDB3C
Text Example
Text Example
White with #CDDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB3C; }
p { color: rgb(205,219,60); }
H1.HeaderClassName
{
color: #CDDB3C;
}
.AnyTagClassName
{
color: #CDDB3C;
}
</style>
background-color css
<style>
a { background-color: #CDDB3C; }
a { background-color: rgb(205,219,60); }
div.DivClassName
{
background-color: #CDDB3C;
}
.BgClassName
{
background-color: #CDDB3C;
}
</style>
border-color css
<style>
span { border-color: #CDDB3C; }
span { border-color: rgb(205,219,60); }
td.TdClassName
{
border-color: #CDDB3C;
}
.TagClassName
{
border-color: #CDDB3C;
}
</style>