Shades of Las Palmas #CDDB40
Tints of Las Palmas #CDDB40
RGB
CMYK
RGB Variations
Color information
#CDDB40 (or 0xCDDB40) is known color: Las Palmas. HEX triplet: CD, DB and 40. RGB value is (205,219,64). Sum of RGB (Red+Green+Blue) = 205+219+64=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB40 is #3224BF. Grayscale: #C5C5C5. Windows color (decimal): -3286208 or 4250573. OLE color: 4250573.
HSL color Cylindrical-coordinate representation of color #CDDB40: hue angle of 65.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDDB40 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 64 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.14 |
| HSL | 65.42º | 0.68% | 0.55% | - |
| HSV(B) | 65.42º | 0.71% | 0.86% | - |
| XYZ | 51.43 | 64.01 | 14.5 | - |
| YUV | 197.14 | 52.86 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 64 | 0.06 | 0 | 0.71 | 0.14 | 65.42 | 0.68 | 0.55 |
| Hex | CD | DB | 40 | 6 | 0 | 47 | E | 41 | 44 | 37 |
| Octal | 315 | 333 | 100 | 6 | 0 | 107 | 16 | 101 | 104 | 67 |
| Binary | 11001101 | 11011011 | 1000000 | 110 | 0 | 1000111 | 1110 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CDDB40
Complementary color
Monochromatic Colors of #CDDB40
Black with #CDDB40
Text Example
Text Example
White with #CDDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB40; }
p { color: rgb(205,219,64); }
H1.HeaderClassName
{
color: #CDDB40;
}
.AnyTagClassName
{
color: #CDDB40;
}
</style>
background-color css
<style>
a { background-color: #CDDB40; }
a { background-color: rgb(205,219,64); }
div.DivClassName
{
background-color: #CDDB40;
}
.BgClassName
{
background-color: #CDDB40;
}
</style>
border-color css
<style>
span { border-color: #CDDB40; }
span { border-color: rgb(205,219,64); }
td.TdClassName
{
border-color: #CDDB40;
}
.TagClassName
{
border-color: #CDDB40;
}
</style>