Shades of Las Palmas #CCDE4C
Tints of Las Palmas #CCDE4C
RGB
CMYK
RGB Variations
Color information
#CCDE4C (or 0xCCDE4C) is known color: Las Palmas. HEX triplet: CC, DE and 4C. RGB value is (204,222,76). Sum of RGB (Red+Green+Blue) = 204+222+76=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 76 (30.08% from 255 or 15.14% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE4C is #3321B3. Grayscale: #C8C8C8. Windows color (decimal): -3350964 or 5037772. OLE color: 5037772.
HSL color Cylindrical-coordinate representation of color #CCDE4C: hue angle of 67.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCDE4C is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 76 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.13 |
| HSL | 67.4º | 0.69% | 0.58% | - |
| HSV(B) | 67.4º | 0.66% | 0.87% | - |
| XYZ | 52.33 | 65.6 | 16.74 | - |
| YUV | 199.97 | 58.04 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 76 | 0.08 | 0 | 0.66 | 0.13 | 67.4 | 0.69 | 0.58 |
| Hex | CC | DE | 4C | 8 | 0 | 42 | D | 43 | 45 | 3A |
| Octal | 314 | 336 | 114 | 10 | 0 | 102 | 15 | 103 | 105 | 72 |
| Binary | 11001100 | 11011110 | 1001100 | 1000 | 0 | 1000010 | 1101 | 1000011 | 1000101 | 111010 |
Color Harmonies of #CCDE4C
Complementary color
Monochromatic Colors of #CCDE4C
Black with #CCDE4C
Text Example
Text Example
White with #CCDE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE4C; }
p { color: rgb(204,222,76); }
H1.HeaderClassName
{
color: #CCDE4C;
}
.AnyTagClassName
{
color: #CCDE4C;
}
</style>
background-color css
<style>
a { background-color: #CCDE4C; }
a { background-color: rgb(204,222,76); }
div.DivClassName
{
background-color: #CCDE4C;
}
.BgClassName
{
background-color: #CCDE4C;
}
</style>
border-color css
<style>
span { border-color: #CCDE4C; }
span { border-color: rgb(204,222,76); }
td.TdClassName
{
border-color: #CCDE4C;
}
.TagClassName
{
border-color: #CCDE4C;
}
</style>