Shades of Las Palmas #CCE54D
Tints of Las Palmas #CCE54D
RGB
CMYK
RGB Variations
Color information
#CCE54D (or 0xCCE54D) is known color: Las Palmas. HEX triplet: CC, E5 and 4D. RGB value is (204,229,77). Sum of RGB (Red+Green+Blue) = 204+229+77=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE54D is #331AB2. Grayscale: #CCCCCC. Windows color (decimal): -3349171 or 5105100. OLE color: 5105100.
HSL color Cylindrical-coordinate representation of color #CCE54D: hue angle of 69.87º degrees, saturation: 0.75, 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 #CCE54D is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 77 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.10 |
| HSL | 69.87º | 0.75% | 0.6% | - |
| HSV(B) | 69.87º | 0.66% | 0.9% | - |
| XYZ | 54.26 | 69.41 | 17.56 | - |
| YUV | 204.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 77 | 0.11 | 0 | 0.66 | 0.10 | 69.87 | 0.75 | 0.6 |
| Hex | CC | E5 | 4D | B | 0 | 42 | A | 46 | 4B | 3C |
| Octal | 314 | 345 | 115 | 13 | 0 | 102 | 12 | 106 | 113 | 74 |
| Binary | 11001100 | 11100101 | 1001101 | 1011 | 0 | 1000010 | 1010 | 1000110 | 1001011 | 111100 |
Color Harmonies of #CCE54D
Complementary color
Monochromatic Colors of #CCE54D
Black with #CCE54D
Text Example
Text Example
White with #CCE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE54D; }
p { color: rgb(204,229,77); }
H1.HeaderClassName
{
color: #CCE54D;
}
.AnyTagClassName
{
color: #CCE54D;
}
</style>
background-color css
<style>
a { background-color: #CCE54D; }
a { background-color: rgb(204,229,77); }
div.DivClassName
{
background-color: #CCE54D;
}
.BgClassName
{
background-color: #CCE54D;
}
</style>
border-color css
<style>
span { border-color: #CCE54D; }
span { border-color: rgb(204,229,77); }
td.TdClassName
{
border-color: #CCE54D;
}
.TagClassName
{
border-color: #CCE54D;
}
</style>