Shades of Las Palmas #CCE54C
Tints of Las Palmas #CCE54C
RGB
CMYK
RGB Variations
Color information
#CCE54C (or 0xCCE54C) is known color: Las Palmas. HEX triplet: CC, E5 and 4C. RGB value is (204,229,76). Sum of RGB (Red+Green+Blue) = 204+229+76=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE54C is #331AB3. Grayscale: #CCCCCC. Windows color (decimal): -3349172 or 5039564. OLE color: 5039564.
HSL color Cylindrical-coordinate representation of color #CCE54C: hue angle of 69.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCE54C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 76 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.10 |
| HSL | 69.8º | 0.75% | 0.6% | - |
| HSV(B) | 69.8º | 0.67% | 0.9% | - |
| XYZ | 54.23 | 69.4 | 17.37 | - |
| YUV | 204.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 76 | 0.11 | 0 | 0.67 | 0.10 | 69.8 | 0.75 | 0.6 |
| Hex | CC | E5 | 4C | B | 0 | 43 | A | 46 | 4B | 3C |
| Octal | 314 | 345 | 114 | 13 | 0 | 103 | 12 | 106 | 113 | 74 |
| Binary | 11001100 | 11100101 | 1001100 | 1011 | 0 | 1000011 | 1010 | 1000110 | 1001011 | 111100 |
Color Harmonies of #CCE54C
Complementary color
Monochromatic Colors of #CCE54C
Black with #CCE54C
Text Example
Text Example
White with #CCE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE54C; }
p { color: rgb(204,229,76); }
H1.HeaderClassName
{
color: #CCE54C;
}
.AnyTagClassName
{
color: #CCE54C;
}
</style>
background-color css
<style>
a { background-color: #CCE54C; }
a { background-color: rgb(204,229,76); }
div.DivClassName
{
background-color: #CCE54C;
}
.BgClassName
{
background-color: #CCE54C;
}
</style>
border-color css
<style>
span { border-color: #CCE54C; }
span { border-color: rgb(204,229,76); }
td.TdClassName
{
border-color: #CCE54C;
}
.TagClassName
{
border-color: #CCE54C;
}
</style>