Shades of Las Palmas #CCED4D
Tints of Las Palmas #CCED4D
RGB
CMYK
RGB Variations
Color information
#CCED4D (or 0xCCED4D) is known color: Las Palmas. HEX triplet: CC, ED and 4D. RGB value is (204,237,77). Sum of RGB (Red+Green+Blue) = 204+237+77=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 77 (30.47% from 255 or 14.86% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED4D is #3312B2. Grayscale: #D1D1D1. Windows color (decimal): -3347123 or 5107148. OLE color: 5107148.
HSL color Cylindrical-coordinate representation of color #CCED4D: hue angle of 72.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCED4D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 77 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.07 |
| HSL | 72.38º | 0.82% | 0.62% | - |
| HSV(B) | 72.38º | 0.68% | 0.93% | - |
| XYZ | 56.53 | 73.94 | 18.31 | - |
| YUV | 208.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 77 | 0.14 | 0 | 0.68 | 0.07 | 72.38 | 0.82 | 0.62 |
| Hex | CC | ED | 4D | E | 0 | 44 | 7 | 48 | 52 | 3E |
| Octal | 314 | 355 | 115 | 16 | 0 | 104 | 7 | 110 | 122 | 76 |
| Binary | 11001100 | 11101101 | 1001101 | 1110 | 0 | 1000100 | 111 | 1001000 | 1010010 | 111110 |
Color Harmonies of #CCED4D
Complementary color
Monochromatic Colors of #CCED4D
Black with #CCED4D
Text Example
Text Example
White with #CCED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED4D; }
p { color: rgb(204,237,77); }
H1.HeaderClassName
{
color: #CCED4D;
}
.AnyTagClassName
{
color: #CCED4D;
}
</style>
background-color css
<style>
a { background-color: #CCED4D; }
a { background-color: rgb(204,237,77); }
div.DivClassName
{
background-color: #CCED4D;
}
.BgClassName
{
background-color: #CCED4D;
}
</style>
border-color css
<style>
span { border-color: #CCED4D; }
span { border-color: rgb(204,237,77); }
td.TdClassName
{
border-color: #CCED4D;
}
.TagClassName
{
border-color: #CCED4D;
}
</style>