Shades of Las Palmas #CCD94F
Tints of Las Palmas #CCD94F
RGB
CMYK
RGB Variations
Color information
#CCD94F (or 0xCCD94F) is known color: Las Palmas. HEX triplet: CC, D9 and 4F. RGB value is (204,217,79). Sum of RGB (Red+Green+Blue) = 204+217+79=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD94F is #3326B0. Grayscale: #C5C5C5. Windows color (decimal): -3352241 or 5233100. OLE color: 5233100.
HSL color Cylindrical-coordinate representation of color #CCD94F: hue angle of 65.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCD94F is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 79 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.15 |
| HSL | 65.65º | 0.64% | 0.58% | - |
| HSV(B) | 65.65º | 0.64% | 0.85% | - |
| XYZ | 51.13 | 63.03 | 16.87 | - |
| YUV | 197.38 | 61.19 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 79 | 0.06 | 0 | 0.64 | 0.15 | 65.65 | 0.64 | 0.58 |
| Hex | CC | D9 | 4F | 6 | 0 | 40 | F | 42 | 40 | 3A |
| Octal | 314 | 331 | 117 | 6 | 0 | 100 | 17 | 102 | 100 | 72 |
| Binary | 11001100 | 11011001 | 1001111 | 110 | 0 | 1000000 | 1111 | 1000010 | 1000000 | 111010 |
Color Harmonies of #CCD94F
Complementary color
Monochromatic Colors of #CCD94F
Black with #CCD94F
Text Example
Text Example
White with #CCD94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD94F; }
p { color: rgb(204,217,79); }
H1.HeaderClassName
{
color: #CCD94F;
}
.AnyTagClassName
{
color: #CCD94F;
}
</style>
background-color css
<style>
a { background-color: #CCD94F; }
a { background-color: rgb(204,217,79); }
div.DivClassName
{
background-color: #CCD94F;
}
.BgClassName
{
background-color: #CCD94F;
}
</style>
border-color css
<style>
span { border-color: #CCD94F; }
span { border-color: rgb(204,217,79); }
td.TdClassName
{
border-color: #CCD94F;
}
.TagClassName
{
border-color: #CCD94F;
}
</style>