Shades of Las Palmas #CCD942
Tints of Las Palmas #CCD942
RGB
CMYK
RGB Variations
Color information
#CCD942 (or 0xCCD942) is known color: Las Palmas. HEX triplet: CC, D9 and 42. RGB value is (204,217,66). Sum of RGB (Red+Green+Blue) = 204+217+66=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD942 is #3326BD. Grayscale: #C4C4C4. Windows color (decimal): -3352254 or 4381132. OLE color: 4381132.
HSL color Cylindrical-coordinate representation of color #CCD942: hue angle of 65.17º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCD942 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 66 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.15 |
| HSL | 65.17º | 0.67% | 0.55% | - |
| HSV(B) | 65.17º | 0.7% | 0.85% | - |
| XYZ | 50.7 | 62.86 | 14.61 | - |
| YUV | 195.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 66 | 0.06 | 0 | 0.70 | 0.15 | 65.17 | 0.67 | 0.55 |
| Hex | CC | D9 | 42 | 6 | 0 | 46 | F | 41 | 43 | 37 |
| Octal | 314 | 331 | 102 | 6 | 0 | 106 | 17 | 101 | 103 | 67 |
| Binary | 11001100 | 11011001 | 1000010 | 110 | 0 | 1000110 | 1111 | 1000001 | 1000011 | 110111 |
Color Harmonies of #CCD942
Complementary color
Monochromatic Colors of #CCD942
Black with #CCD942
Text Example
Text Example
White with #CCD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD942; }
p { color: rgb(204,217,66); }
H1.HeaderClassName
{
color: #CCD942;
}
.AnyTagClassName
{
color: #CCD942;
}
</style>
background-color css
<style>
a { background-color: #CCD942; }
a { background-color: rgb(204,217,66); }
div.DivClassName
{
background-color: #CCD942;
}
.BgClassName
{
background-color: #CCD942;
}
</style>
border-color css
<style>
span { border-color: #CCD942; }
span { border-color: rgb(204,217,66); }
td.TdClassName
{
border-color: #CCD942;
}
.TagClassName
{
border-color: #CCD942;
}
</style>