Shades of Las Palmas #CCD84D
Tints of Las Palmas #CCD84D
RGB
CMYK
RGB Variations
Color information
#CCD84D (or 0xCCD84D) is known color: Las Palmas. HEX triplet: CC, D8 and 4D. RGB value is (204,216,77). Sum of RGB (Red+Green+Blue) = 204+216+77=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD84D is #3327B2. Grayscale: #C5C5C5. Windows color (decimal): -3352499 or 5101772. OLE color: 5101772.
HSL color Cylindrical-coordinate representation of color #CCD84D: hue angle of 65.18º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD84D is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 77 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.15 |
| HSL | 65.18º | 0.64% | 0.57% | - |
| HSV(B) | 65.18º | 0.64% | 0.85% | - |
| XYZ | 50.8 | 62.48 | 16.4 | - |
| YUV | 196.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 77 | 0.06 | 0 | 0.64 | 0.15 | 65.18 | 0.64 | 0.57 |
| Hex | CC | D8 | 4D | 6 | 0 | 40 | F | 41 | 40 | 39 |
| Octal | 314 | 330 | 115 | 6 | 0 | 100 | 17 | 101 | 100 | 71 |
| Binary | 11001100 | 11011000 | 1001101 | 110 | 0 | 1000000 | 1111 | 1000001 | 1000000 | 111001 |
Color Harmonies of #CCD84D
Complementary color
Monochromatic Colors of #CCD84D
Black with #CCD84D
Text Example
Text Example
White with #CCD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD84D; }
p { color: rgb(204,216,77); }
H1.HeaderClassName
{
color: #CCD84D;
}
.AnyTagClassName
{
color: #CCD84D;
}
</style>
background-color css
<style>
a { background-color: #CCD84D; }
a { background-color: rgb(204,216,77); }
div.DivClassName
{
background-color: #CCD84D;
}
.BgClassName
{
background-color: #CCD84D;
}
</style>
border-color css
<style>
span { border-color: #CCD84D; }
span { border-color: rgb(204,216,77); }
td.TdClassName
{
border-color: #CCD84D;
}
.TagClassName
{
border-color: #CCD84D;
}
</style>