Shades of Las Palmas #CCD540
Tints of Las Palmas #CCD540
RGB
CMYK
RGB Variations
Color information
#CCD540 (or 0xCCD540) is known color: Las Palmas. HEX triplet: CC, D5 and 40. RGB value is (204,213,64). Sum of RGB (Red+Green+Blue) = 204+213+64=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD540 is #332ABF. Grayscale: #C1C1C1. Windows color (decimal): -3353280 or 4249036. OLE color: 4249036.
HSL color Cylindrical-coordinate representation of color #CCD540: hue angle of 63.62º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD540 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 64 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.16 |
| HSL | 63.62º | 0.64% | 0.54% | - |
| HSV(B) | 63.62º | 0.7% | 0.84% | - |
| XYZ | 49.62 | 60.8 | 13.97 | - |
| YUV | 193.32 | 55.02 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 64 | 0.04 | 0 | 0.70 | 0.16 | 63.62 | 0.64 | 0.54 |
| Hex | CC | D5 | 40 | 4 | 0 | 46 | 10 | 40 | 40 | 36 |
| Octal | 314 | 325 | 100 | 4 | 0 | 106 | 20 | 100 | 100 | 66 |
| Binary | 11001100 | 11010101 | 1000000 | 100 | 0 | 1000110 | 10000 | 1000000 | 1000000 | 110110 |
Color Harmonies of #CCD540
Complementary color
Monochromatic Colors of #CCD540
Black with #CCD540
Text Example
Text Example
White with #CCD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD540; }
p { color: rgb(204,213,64); }
H1.HeaderClassName
{
color: #CCD540;
}
.AnyTagClassName
{
color: #CCD540;
}
</style>
background-color css
<style>
a { background-color: #CCD540; }
a { background-color: rgb(204,213,64); }
div.DivClassName
{
background-color: #CCD540;
}
.BgClassName
{
background-color: #CCD540;
}
</style>
border-color css
<style>
span { border-color: #CCD540; }
span { border-color: rgb(204,213,64); }
td.TdClassName
{
border-color: #CCD540;
}
.TagClassName
{
border-color: #CCD540;
}
</style>