Shades of Las Palmas #CDDB3F
Tints of Las Palmas #CDDB3F
RGB
CMYK
RGB Variations
Color information
#CDDB3F (or 0xCDDB3F) is known color: Las Palmas. HEX triplet: CD, DB and 3F. RGB value is (205,219,63). Sum of RGB (Red+Green+Blue) = 205+219+63=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB3F is #3224C0. Grayscale: #C5C5C5. Windows color (decimal): -3286209 or 4185037. OLE color: 4185037.
HSL color Cylindrical-coordinate representation of color #CDDB3F: hue angle of 65.38º 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 #CDDB3F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 63 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.14 |
| HSL | 65.38º | 0.68% | 0.55% | - |
| HSV(B) | 65.38º | 0.71% | 0.86% | - |
| XYZ | 51.41 | 64 | 14.35 | - |
| YUV | 197.03 | 52.36 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 63 | 0.06 | 0 | 0.71 | 0.14 | 65.38 | 0.68 | 0.55 |
| Hex | CD | DB | 3F | 6 | 0 | 47 | E | 41 | 44 | 37 |
| Octal | 315 | 333 | 77 | 6 | 0 | 107 | 16 | 101 | 104 | 67 |
| Binary | 11001101 | 11011011 | 111111 | 110 | 0 | 1000111 | 1110 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CDDB3F
Complementary color
Monochromatic Colors of #CDDB3F
Black with #CDDB3F
Text Example
Text Example
White with #CDDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB3F; }
p { color: rgb(205,219,63); }
H1.HeaderClassName
{
color: #CDDB3F;
}
.AnyTagClassName
{
color: #CDDB3F;
}
</style>
background-color css
<style>
a { background-color: #CDDB3F; }
a { background-color: rgb(205,219,63); }
div.DivClassName
{
background-color: #CDDB3F;
}
.BgClassName
{
background-color: #CDDB3F;
}
</style>
border-color css
<style>
span { border-color: #CDDB3F; }
span { border-color: rgb(205,219,63); }
td.TdClassName
{
border-color: #CDDB3F;
}
.TagClassName
{
border-color: #CDDB3F;
}
</style>