Shades of Las Palmas #CCE047
Tints of Las Palmas #CCE047
RGB
CMYK
RGB Variations
Color information
#CCE047 (or 0xCCE047) is known color: Las Palmas. HEX triplet: CC, E0 and 47. RGB value is (204,224,71). Sum of RGB (Red+Green+Blue) = 204+224+71=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE047 is #331FB8. Grayscale: #C9C9C9. Windows color (decimal): -3350457 or 4710604. OLE color: 4710604.
HSL color Cylindrical-coordinate representation of color #CCE047: hue angle of 67.84º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCE047 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 71 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.12 |
| HSL | 67.84º | 0.71% | 0.58% | - |
| HSV(B) | 67.84º | 0.68% | 0.88% | - |
| XYZ | 52.69 | 66.6 | 16.04 | - |
| YUV | 200.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 71 | 0.09 | 0 | 0.68 | 0.12 | 67.84 | 0.71 | 0.58 |
| Hex | CC | E0 | 47 | 9 | 0 | 44 | C | 44 | 47 | 3A |
| Octal | 314 | 340 | 107 | 11 | 0 | 104 | 14 | 104 | 107 | 72 |
| Binary | 11001100 | 11100000 | 1000111 | 1001 | 0 | 1000100 | 1100 | 1000100 | 1000111 | 111010 |
Color Harmonies of #CCE047
Complementary color
Monochromatic Colors of #CCE047
Black with #CCE047
Text Example
Text Example
White with #CCE047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE047; }
p { color: rgb(204,224,71); }
H1.HeaderClassName
{
color: #CCE047;
}
.AnyTagClassName
{
color: #CCE047;
}
</style>
background-color css
<style>
a { background-color: #CCE047; }
a { background-color: rgb(204,224,71); }
div.DivClassName
{
background-color: #CCE047;
}
.BgClassName
{
background-color: #CCE047;
}
</style>
border-color css
<style>
span { border-color: #CCE047; }
span { border-color: rgb(204,224,71); }
td.TdClassName
{
border-color: #CCE047;
}
.TagClassName
{
border-color: #CCE047;
}
</style>