Shades of Las Palmas #CCE44D
Tints of Las Palmas #CCE44D
RGB
CMYK
RGB Variations
Color information
#CCE44D (or 0xCCE44D) is known color: Las Palmas. HEX triplet: CC, E4 and 4D. RGB value is (204,228,77). Sum of RGB (Red+Green+Blue) = 204+228+77=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE44D is #331BB2. Grayscale: #CCCCCC. Windows color (decimal): -3349427 or 5104844. OLE color: 5104844.
HSL color Cylindrical-coordinate representation of color #CCE44D: hue angle of 69.54º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE44D is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 77 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.11 |
| HSL | 69.54º | 0.74% | 0.6% | - |
| HSV(B) | 69.54º | 0.66% | 0.89% | - |
| XYZ | 53.98 | 68.86 | 17.47 | - |
| YUV | 203.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 77 | 0.11 | 0 | 0.66 | 0.11 | 69.54 | 0.74 | 0.6 |
| Hex | CC | E4 | 4D | B | 0 | 42 | B | 46 | 4A | 3C |
| Octal | 314 | 344 | 115 | 13 | 0 | 102 | 13 | 106 | 112 | 74 |
| Binary | 11001100 | 11100100 | 1001101 | 1011 | 0 | 1000010 | 1011 | 1000110 | 1001010 | 111100 |
Color Harmonies of #CCE44D
Complementary color
Monochromatic Colors of #CCE44D
Black with #CCE44D
Text Example
Text Example
White with #CCE44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE44D; }
p { color: rgb(204,228,77); }
H1.HeaderClassName
{
color: #CCE44D;
}
.AnyTagClassName
{
color: #CCE44D;
}
</style>
background-color css
<style>
a { background-color: #CCE44D; }
a { background-color: rgb(204,228,77); }
div.DivClassName
{
background-color: #CCE44D;
}
.BgClassName
{
background-color: #CCE44D;
}
</style>
border-color css
<style>
span { border-color: #CCE44D; }
span { border-color: rgb(204,228,77); }
td.TdClassName
{
border-color: #CCE44D;
}
.TagClassName
{
border-color: #CCE44D;
}
</style>