Shades of Las Palmas #CCDB4E
Tints of Las Palmas #CCDB4E
RGB
CMYK
RGB Variations
Color information
#CCDB4E (or 0xCCDB4E) is known color: Las Palmas. HEX triplet: CC, DB and 4E. RGB value is (204,219,78). Sum of RGB (Red+Green+Blue) = 204+219+78=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB4E is #3324B1. Grayscale: #C6C6C6. Windows color (decimal): -3351730 or 5168076. OLE color: 5168076.
HSL color Cylindrical-coordinate representation of color #CCDB4E: hue angle of 66.38º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCDB4E is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 78 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.14 |
| HSL | 66.38º | 0.66% | 0.58% | - |
| HSV(B) | 66.38º | 0.64% | 0.86% | - |
| XYZ | 51.61 | 64.05 | 16.85 | - |
| YUV | 198.44 | 60.03 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 78 | 0.07 | 0 | 0.64 | 0.14 | 66.38 | 0.66 | 0.58 |
| Hex | CC | DB | 4E | 7 | 0 | 40 | E | 42 | 42 | 3A |
| Octal | 314 | 333 | 116 | 7 | 0 | 100 | 16 | 102 | 102 | 72 |
| Binary | 11001100 | 11011011 | 1001110 | 111 | 0 | 1000000 | 1110 | 1000010 | 1000010 | 111010 |
Color Harmonies of #CCDB4E
Complementary color
Monochromatic Colors of #CCDB4E
Black with #CCDB4E
Text Example
Text Example
White with #CCDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB4E; }
p { color: rgb(204,219,78); }
H1.HeaderClassName
{
color: #CCDB4E;
}
.AnyTagClassName
{
color: #CCDB4E;
}
</style>
background-color css
<style>
a { background-color: #CCDB4E; }
a { background-color: rgb(204,219,78); }
div.DivClassName
{
background-color: #CCDB4E;
}
.BgClassName
{
background-color: #CCDB4E;
}
</style>
border-color css
<style>
span { border-color: #CCDB4E; }
span { border-color: rgb(204,219,78); }
td.TdClassName
{
border-color: #CCDB4E;
}
.TagClassName
{
border-color: #CCDB4E;
}
</style>