Shades of Las Palmas #CCDD4C
Tints of Las Palmas #CCDD4C
RGB
CMYK
RGB Variations
Color information
#CCDD4C (or 0xCCDD4C) is known color: Las Palmas. HEX triplet: CC, DD and 4C. RGB value is (204,221,76). Sum of RGB (Red+Green+Blue) = 204+221+76=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD4C is #3322B3. Grayscale: #C7C7C7. Windows color (decimal): -3351220 or 5037516. OLE color: 5037516.
HSL color Cylindrical-coordinate representation of color #CCDD4C: hue angle of 67.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCDD4C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 76 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.13 |
| HSL | 67.03º | 0.68% | 0.58% | - |
| HSV(B) | 67.03º | 0.66% | 0.87% | - |
| XYZ | 52.06 | 65.07 | 16.65 | - |
| YUV | 199.39 | 58.37 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 76 | 0.08 | 0 | 0.66 | 0.13 | 67.03 | 0.68 | 0.58 |
| Hex | CC | DD | 4C | 8 | 0 | 42 | D | 43 | 44 | 3A |
| Octal | 314 | 335 | 114 | 10 | 0 | 102 | 15 | 103 | 104 | 72 |
| Binary | 11001100 | 11011101 | 1001100 | 1000 | 0 | 1000010 | 1101 | 1000011 | 1000100 | 111010 |
Color Harmonies of #CCDD4C
Complementary color
Monochromatic Colors of #CCDD4C
Black with #CCDD4C
Text Example
Text Example
White with #CCDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD4C; }
p { color: rgb(204,221,76); }
H1.HeaderClassName
{
color: #CCDD4C;
}
.AnyTagClassName
{
color: #CCDD4C;
}
</style>
background-color css
<style>
a { background-color: #CCDD4C; }
a { background-color: rgb(204,221,76); }
div.DivClassName
{
background-color: #CCDD4C;
}
.BgClassName
{
background-color: #CCDD4C;
}
</style>
border-color css
<style>
span { border-color: #CCDD4C; }
span { border-color: rgb(204,221,76); }
td.TdClassName
{
border-color: #CCDD4C;
}
.TagClassName
{
border-color: #CCDD4C;
}
</style>