Shades of Las Palmas #CCDB4C
Tints of Las Palmas #CCDB4C
RGB
CMYK
RGB Variations
Color information
#CCDB4C (or 0xCCDB4C) is known color: Las Palmas. HEX triplet: CC, DB and 4C. RGB value is (204,219,76). Sum of RGB (Red+Green+Blue) = 204+219+76=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB4C is #3324B3. Grayscale: #C6C6C6. Windows color (decimal): -3351732 or 5037004. OLE color: 5037004.
HSL color Cylindrical-coordinate representation of color #CCDB4C: hue angle of 66.29º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCDB4C is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 76 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.14 |
| HSL | 66.29º | 0.67% | 0.58% | - |
| HSV(B) | 66.29º | 0.65% | 0.86% | - |
| XYZ | 51.54 | 64.02 | 16.48 | - |
| YUV | 198.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 76 | 0.07 | 0 | 0.65 | 0.14 | 66.29 | 0.67 | 0.58 |
| Hex | CC | DB | 4C | 7 | 0 | 41 | E | 42 | 43 | 3A |
| Octal | 314 | 333 | 114 | 7 | 0 | 101 | 16 | 102 | 103 | 72 |
| Binary | 11001100 | 11011011 | 1001100 | 111 | 0 | 1000001 | 1110 | 1000010 | 1000011 | 111010 |
Color Harmonies of #CCDB4C
Complementary color
Monochromatic Colors of #CCDB4C
Black with #CCDB4C
Text Example
Text Example
White with #CCDB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB4C; }
p { color: rgb(204,219,76); }
H1.HeaderClassName
{
color: #CCDB4C;
}
.AnyTagClassName
{
color: #CCDB4C;
}
</style>
background-color css
<style>
a { background-color: #CCDB4C; }
a { background-color: rgb(204,219,76); }
div.DivClassName
{
background-color: #CCDB4C;
}
.BgClassName
{
background-color: #CCDB4C;
}
</style>
border-color css
<style>
span { border-color: #CCDB4C; }
span { border-color: rgb(204,219,76); }
td.TdClassName
{
border-color: #CCDB4C;
}
.TagClassName
{
border-color: #CCDB4C;
}
</style>