Shades of Las Palmas #CCD944
Tints of Las Palmas #CCD944
RGB
CMYK
RGB Variations
Color information
#CCD944 (or 0xCCD944) is known color: Las Palmas. HEX triplet: CC, D9 and 44. RGB value is (204,217,68). Sum of RGB (Red+Green+Blue) = 204+217+68=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD944 is #3326BB. Grayscale: #C4C4C4. Windows color (decimal): -3352252 or 4512204. OLE color: 4512204.
HSL color Cylindrical-coordinate representation of color #CCD944: hue angle of 65.23º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCD944 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 68 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.15 |
| HSL | 65.23º | 0.66% | 0.56% | - |
| HSV(B) | 65.23º | 0.69% | 0.85% | - |
| XYZ | 50.76 | 62.88 | 14.93 | - |
| YUV | 196.13 | 55.69 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 68 | 0.06 | 0 | 0.69 | 0.15 | 65.23 | 0.66 | 0.56 |
| Hex | CC | D9 | 44 | 6 | 0 | 45 | F | 41 | 42 | 38 |
| Octal | 314 | 331 | 104 | 6 | 0 | 105 | 17 | 101 | 102 | 70 |
| Binary | 11001100 | 11011001 | 1000100 | 110 | 0 | 1000101 | 1111 | 1000001 | 1000010 | 111000 |
Color Harmonies of #CCD944
Complementary color
Monochromatic Colors of #CCD944
Black with #CCD944
Text Example
Text Example
White with #CCD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD944; }
p { color: rgb(204,217,68); }
H1.HeaderClassName
{
color: #CCD944;
}
.AnyTagClassName
{
color: #CCD944;
}
</style>
background-color css
<style>
a { background-color: #CCD944; }
a { background-color: rgb(204,217,68); }
div.DivClassName
{
background-color: #CCD944;
}
.BgClassName
{
background-color: #CCD944;
}
</style>
border-color css
<style>
span { border-color: #CCD944; }
span { border-color: rgb(204,217,68); }
td.TdClassName
{
border-color: #CCD944;
}
.TagClassName
{
border-color: #CCD944;
}
</style>