Shades of Las Palmas #CCD84F
Tints of Las Palmas #CCD84F
RGB
CMYK
RGB Variations
Color information
#CCD84F (or 0xCCD84F) is known color: Las Palmas. HEX triplet: CC, D8 and 4F. RGB value is (204,216,79). Sum of RGB (Red+Green+Blue) = 204+216+79=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD84F is #3327B0. Grayscale: #C5C5C5. Windows color (decimal): -3352497 or 5232844. OLE color: 5232844.
HSL color Cylindrical-coordinate representation of color #CCD84F: hue angle of 65.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCD84F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 79 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.15 |
| HSL | 65.26º | 0.64% | 0.58% | - |
| HSV(B) | 65.26º | 0.63% | 0.85% | - |
| XYZ | 50.87 | 62.51 | 16.78 | - |
| YUV | 196.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 79 | 0.06 | 0 | 0.63 | 0.15 | 65.26 | 0.64 | 0.58 |
| Hex | CC | D8 | 4F | 6 | 0 | 3F | F | 41 | 40 | 3A |
| Octal | 314 | 330 | 117 | 6 | 0 | 77 | 17 | 101 | 100 | 72 |
| Binary | 11001100 | 11011000 | 1001111 | 110 | 0 | 111111 | 1111 | 1000001 | 1000000 | 111010 |
Color Harmonies of #CCD84F
Complementary color
Monochromatic Colors of #CCD84F
Black with #CCD84F
Text Example
Text Example
White with #CCD84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD84F; }
p { color: rgb(204,216,79); }
H1.HeaderClassName
{
color: #CCD84F;
}
.AnyTagClassName
{
color: #CCD84F;
}
</style>
background-color css
<style>
a { background-color: #CCD84F; }
a { background-color: rgb(204,216,79); }
div.DivClassName
{
background-color: #CCD84F;
}
.BgClassName
{
background-color: #CCD84F;
}
</style>
border-color css
<style>
span { border-color: #CCD84F; }
span { border-color: rgb(204,216,79); }
td.TdClassName
{
border-color: #CCD84F;
}
.TagClassName
{
border-color: #CCD84F;
}
</style>