Shades of Las Palmas #CCD63C
Tints of Las Palmas #CCD63C
RGB
CMYK
RGB Variations
Color information
#CCD63C (or 0xCCD63C) is known color: Las Palmas. HEX triplet: CC, D6 and 3C. RGB value is (204,214,60). Sum of RGB (Red+Green+Blue) = 204+214+60=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD63C is #3329C3. Grayscale: #C2C2C2. Windows color (decimal): -3353028 or 3987148. OLE color: 3987148.
HSL color Cylindrical-coordinate representation of color #CCD63C: hue angle of 63.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCD63C is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 60 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.16 |
| HSL | 63.9º | 0.65% | 0.54% | - |
| HSV(B) | 63.9º | 0.72% | 0.84% | - |
| XYZ | 49.76 | 61.26 | 13.48 | - |
| YUV | 193.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 60 | 0.05 | 0 | 0.72 | 0.16 | 63.9 | 0.65 | 0.54 |
| Hex | CC | D6 | 3C | 5 | 0 | 48 | 10 | 40 | 41 | 36 |
| Octal | 314 | 326 | 74 | 5 | 0 | 110 | 20 | 100 | 101 | 66 |
| Binary | 11001100 | 11010110 | 111100 | 101 | 0 | 1001000 | 10000 | 1000000 | 1000001 | 110110 |
Color Harmonies of #CCD63C
Complementary color
Monochromatic Colors of #CCD63C
Black with #CCD63C
Text Example
Text Example
White with #CCD63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD63C; }
p { color: rgb(204,214,60); }
H1.HeaderClassName
{
color: #CCD63C;
}
.AnyTagClassName
{
color: #CCD63C;
}
</style>
background-color css
<style>
a { background-color: #CCD63C; }
a { background-color: rgb(204,214,60); }
div.DivClassName
{
background-color: #CCD63C;
}
.BgClassName
{
background-color: #CCD63C;
}
</style>
border-color css
<style>
span { border-color: #CCD63C; }
span { border-color: rgb(204,214,60); }
td.TdClassName
{
border-color: #CCD63C;
}
.TagClassName
{
border-color: #CCD63C;
}
</style>