Shades of Las Palmas #CDDB41
Tints of Las Palmas #CDDB41
RGB
CMYK
RGB Variations
Color information
#CDDB41 (or 0xCDDB41) is known color: Las Palmas. HEX triplet: CD, DB and 41. RGB value is (205,219,65). Sum of RGB (Red+Green+Blue) = 205+219+65=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB41 is #3224BE. Grayscale: #C5C5C5. Windows color (decimal): -3286207 or 4316109. OLE color: 4316109.
HSL color Cylindrical-coordinate representation of color #CDDB41: hue angle of 65.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDDB41 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 65 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.14 |
| HSL | 65.45º | 0.68% | 0.56% | - |
| HSV(B) | 65.45º | 0.7% | 0.86% | - |
| XYZ | 51.46 | 64.02 | 14.65 | - |
| YUV | 197.26 | 53.36 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 65 | 0.06 | 0 | 0.70 | 0.14 | 65.45 | 0.68 | 0.56 |
| Hex | CD | DB | 41 | 6 | 0 | 46 | E | 41 | 44 | 38 |
| Octal | 315 | 333 | 101 | 6 | 0 | 106 | 16 | 101 | 104 | 70 |
| Binary | 11001101 | 11011011 | 1000001 | 110 | 0 | 1000110 | 1110 | 1000001 | 1000100 | 111000 |
Color Harmonies of #CDDB41
Complementary color
Monochromatic Colors of #CDDB41
Black with #CDDB41
Text Example
Text Example
White with #CDDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB41; }
p { color: rgb(205,219,65); }
H1.HeaderClassName
{
color: #CDDB41;
}
.AnyTagClassName
{
color: #CDDB41;
}
</style>
background-color css
<style>
a { background-color: #CDDB41; }
a { background-color: rgb(205,219,65); }
div.DivClassName
{
background-color: #CDDB41;
}
.BgClassName
{
background-color: #CDDB41;
}
</style>
border-color css
<style>
span { border-color: #CDDB41; }
span { border-color: rgb(205,219,65); }
td.TdClassName
{
border-color: #CDDB41;
}
.TagClassName
{
border-color: #CDDB41;
}
</style>