Shades of Las Palmas #CCE541
Tints of Las Palmas #CCE541
RGB
CMYK
RGB Variations
Color information
#CCE541 (or 0xCCE541) is known color: Las Palmas. HEX triplet: CC, E5 and 41. RGB value is (204,229,65). Sum of RGB (Red+Green+Blue) = 204+229+65=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE541 is #331ABE. Grayscale: #CBCBCB. Windows color (decimal): -3349183 or 4318668. OLE color: 4318668.
HSL color Cylindrical-coordinate representation of color #CCE541: hue angle of 69.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE541 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 65 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.10 |
| HSL | 69.15º | 0.76% | 0.58% | - |
| HSV(B) | 69.15º | 0.72% | 0.9% | - |
| XYZ | 53.88 | 69.26 | 15.53 | - |
| YUV | 202.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 65 | 0.11 | 0 | 0.72 | 0.10 | 69.15 | 0.76 | 0.58 |
| Hex | CC | E5 | 41 | B | 0 | 48 | A | 45 | 4C | 3A |
| Octal | 314 | 345 | 101 | 13 | 0 | 110 | 12 | 105 | 114 | 72 |
| Binary | 11001100 | 11100101 | 1000001 | 1011 | 0 | 1001000 | 1010 | 1000101 | 1001100 | 111010 |
Color Harmonies of #CCE541
Complementary color
Monochromatic Colors of #CCE541
Black with #CCE541
Text Example
Text Example
White with #CCE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE541; }
p { color: rgb(204,229,65); }
H1.HeaderClassName
{
color: #CCE541;
}
.AnyTagClassName
{
color: #CCE541;
}
</style>
background-color css
<style>
a { background-color: #CCE541; }
a { background-color: rgb(204,229,65); }
div.DivClassName
{
background-color: #CCE541;
}
.BgClassName
{
background-color: #CCE541;
}
</style>
border-color css
<style>
span { border-color: #CCE541; }
span { border-color: rgb(204,229,65); }
td.TdClassName
{
border-color: #CCE541;
}
.TagClassName
{
border-color: #CCE541;
}
</style>