Shades of Las Palmas #CCDB40
Tints of Las Palmas #CCDB40
RGB
CMYK
RGB Variations
Color information
#CCDB40 (or 0xCCDB40) is known color: Las Palmas. HEX triplet: CC, DB and 40. RGB value is (204,219,64). Sum of RGB (Red+Green+Blue) = 204+219+64=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB40 is #3324BF. Grayscale: #C5C5C5. Windows color (decimal): -3351744 or 4250572. OLE color: 4250572.
HSL color Cylindrical-coordinate representation of color #CCDB40: hue angle of 65.81º 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 #CCDB40 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 64 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.14 |
| HSL | 65.81º | 0.68% | 0.55% | - |
| HSV(B) | 65.81º | 0.71% | 0.86% | - |
| XYZ | 51.16 | 63.87 | 14.48 | - |
| YUV | 196.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 64 | 0.07 | 0 | 0.71 | 0.14 | 65.81 | 0.68 | 0.55 |
| Hex | CC | DB | 40 | 7 | 0 | 47 | E | 42 | 44 | 37 |
| Octal | 314 | 333 | 100 | 7 | 0 | 107 | 16 | 102 | 104 | 67 |
| Binary | 11001100 | 11011011 | 1000000 | 111 | 0 | 1000111 | 1110 | 1000010 | 1000100 | 110111 |
Color Harmonies of #CCDB40
Complementary color
Monochromatic Colors of #CCDB40
Black with #CCDB40
Text Example
Text Example
White with #CCDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB40; }
p { color: rgb(204,219,64); }
H1.HeaderClassName
{
color: #CCDB40;
}
.AnyTagClassName
{
color: #CCDB40;
}
</style>
background-color css
<style>
a { background-color: #CCDB40; }
a { background-color: rgb(204,219,64); }
div.DivClassName
{
background-color: #CCDB40;
}
.BgClassName
{
background-color: #CCDB40;
}
</style>
border-color css
<style>
span { border-color: #CCDB40; }
span { border-color: rgb(204,219,64); }
td.TdClassName
{
border-color: #CCDB40;
}
.TagClassName
{
border-color: #CCDB40;
}
</style>