Shades of Las Palmas #CCEE4C
Tints of Las Palmas #CCEE4C
RGB
CMYK
RGB Variations
Color information
#CCEE4C (or 0xCCEE4C) is known color: Las Palmas. HEX triplet: CC, EE and 4C. RGB value is (204,238,76). Sum of RGB (Red+Green+Blue) = 204+238+76=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE4C is #3311B3. Grayscale: #D1D1D1. Windows color (decimal): -3346868 or 5041868. OLE color: 5041868.
HSL color Cylindrical-coordinate representation of color #CCEE4C: hue angle of 72.59º 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 #CCEE4C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 76 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.07 |
| HSL | 72.59º | 0.83% | 0.62% | - |
| HSV(B) | 72.59º | 0.68% | 0.93% | - |
| XYZ | 56.78 | 74.51 | 18.23 | - |
| YUV | 209.37 | 52.74 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 76 | 0.14 | 0 | 0.68 | 0.07 | 72.59 | 0.83 | 0.62 |
| Hex | CC | EE | 4C | E | 0 | 44 | 7 | 49 | 53 | 3E |
| Octal | 314 | 356 | 114 | 16 | 0 | 104 | 7 | 111 | 123 | 76 |
| Binary | 11001100 | 11101110 | 1001100 | 1110 | 0 | 1000100 | 111 | 1001001 | 1010011 | 111110 |
Color Harmonies of #CCEE4C
Complementary color
Monochromatic Colors of #CCEE4C
Black with #CCEE4C
Text Example
Text Example
White with #CCEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE4C; }
p { color: rgb(204,238,76); }
H1.HeaderClassName
{
color: #CCEE4C;
}
.AnyTagClassName
{
color: #CCEE4C;
}
</style>
background-color css
<style>
a { background-color: #CCEE4C; }
a { background-color: rgb(204,238,76); }
div.DivClassName
{
background-color: #CCEE4C;
}
.BgClassName
{
background-color: #CCEE4C;
}
</style>
border-color css
<style>
span { border-color: #CCEE4C; }
span { border-color: rgb(204,238,76); }
td.TdClassName
{
border-color: #CCEE4C;
}
.TagClassName
{
border-color: #CCEE4C;
}
</style>