Shades of Las Palmas #CCE54E
Tints of Las Palmas #CCE54E
RGB
CMYK
RGB Variations
Color information
#CCE54E (or 0xCCE54E) is known color: Las Palmas. HEX triplet: CC, E5 and 4E. RGB value is (204,229,78). Sum of RGB (Red+Green+Blue) = 204+229+78=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE54E is #331AB1. Grayscale: #CCCCCC. Windows color (decimal): -3349170 or 5170636. OLE color: 5170636.
HSL color Cylindrical-coordinate representation of color #CCE54E: hue angle of 69.93º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE54E is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 78 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.10 |
| HSL | 69.93º | 0.74% | 0.6% | - |
| HSV(B) | 69.93º | 0.66% | 0.9% | - |
| XYZ | 54.3 | 69.43 | 17.75 | - |
| YUV | 204.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 78 | 0.11 | 0 | 0.66 | 0.10 | 69.93 | 0.74 | 0.6 |
| Hex | CC | E5 | 4E | B | 0 | 42 | A | 46 | 4A | 3C |
| Octal | 314 | 345 | 116 | 13 | 0 | 102 | 12 | 106 | 112 | 74 |
| Binary | 11001100 | 11100101 | 1001110 | 1011 | 0 | 1000010 | 1010 | 1000110 | 1001010 | 111100 |
Color Harmonies of #CCE54E
Complementary color
Monochromatic Colors of #CCE54E
Black with #CCE54E
Text Example
Text Example
White with #CCE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE54E; }
p { color: rgb(204,229,78); }
H1.HeaderClassName
{
color: #CCE54E;
}
.AnyTagClassName
{
color: #CCE54E;
}
</style>
background-color css
<style>
a { background-color: #CCE54E; }
a { background-color: rgb(204,229,78); }
div.DivClassName
{
background-color: #CCE54E;
}
.BgClassName
{
background-color: #CCE54E;
}
</style>
border-color css
<style>
span { border-color: #CCE54E; }
span { border-color: rgb(204,229,78); }
td.TdClassName
{
border-color: #CCE54E;
}
.TagClassName
{
border-color: #CCE54E;
}
</style>