Shades of Las Palmas #CCEE4D
Tints of Las Palmas #CCEE4D
RGB
CMYK
RGB Variations
Color information
#CCEE4D (or 0xCCEE4D) is known color: Las Palmas. HEX triplet: CC, EE and 4D. RGB value is (204,238,77). Sum of RGB (Red+Green+Blue) = 204+238+77=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEE4D is #3311B2. Grayscale: #D2D2D2. Windows color (decimal): -3346867 or 5107404. OLE color: 5107404.
HSL color Cylindrical-coordinate representation of color #CCEE4D: hue angle of 72.67º degrees, saturation: 0.83, 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 #CCEE4D is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 77 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.07 |
| HSL | 72.67º | 0.83% | 0.62% | - |
| HSV(B) | 72.67º | 0.68% | 0.93% | - |
| XYZ | 56.82 | 74.52 | 18.41 | - |
| YUV | 209.48 | 53.24 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 77 | 0.14 | 0 | 0.68 | 0.07 | 72.67 | 0.83 | 0.62 |
| Hex | CC | EE | 4D | E | 0 | 44 | 7 | 49 | 53 | 3E |
| Octal | 314 | 356 | 115 | 16 | 0 | 104 | 7 | 111 | 123 | 76 |
| Binary | 11001100 | 11101110 | 1001101 | 1110 | 0 | 1000100 | 111 | 1001001 | 1010011 | 111110 |
Color Harmonies of #CCEE4D
Complementary color
Monochromatic Colors of #CCEE4D
Black with #CCEE4D
Text Example
Text Example
White with #CCEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE4D; }
p { color: rgb(204,238,77); }
H1.HeaderClassName
{
color: #CCEE4D;
}
.AnyTagClassName
{
color: #CCEE4D;
}
</style>
background-color css
<style>
a { background-color: #CCEE4D; }
a { background-color: rgb(204,238,77); }
div.DivClassName
{
background-color: #CCEE4D;
}
.BgClassName
{
background-color: #CCEE4D;
}
</style>
border-color css
<style>
span { border-color: #CCEE4D; }
span { border-color: rgb(204,238,77); }
td.TdClassName
{
border-color: #CCEE4D;
}
.TagClassName
{
border-color: #CCEE4D;
}
</style>