Shades of Las Palmas #CCE441
Tints of Las Palmas #CCE441
RGB
CMYK
RGB Variations
Color information
#CCE441 (or 0xCCE441) is known color: Las Palmas. HEX triplet: CC, E4 and 41. RGB value is (204,228,65). Sum of RGB (Red+Green+Blue) = 204+228+65=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE441 is #331BBE. Grayscale: #CACACA. Windows color (decimal): -3349439 or 4318412. OLE color: 4318412.
HSL color Cylindrical-coordinate representation of color #CCE441: hue angle of 68.83º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCE441 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 65 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.11 |
| HSL | 68.83º | 0.75% | 0.57% | - |
| HSV(B) | 68.83º | 0.71% | 0.89% | - |
| XYZ | 53.6 | 68.71 | 15.44 | - |
| YUV | 202.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 65 | 0.11 | 0 | 0.71 | 0.11 | 68.83 | 0.75 | 0.57 |
| Hex | CC | E4 | 41 | B | 0 | 47 | B | 45 | 4B | 39 |
| Octal | 314 | 344 | 101 | 13 | 0 | 107 | 13 | 105 | 113 | 71 |
| Binary | 11001100 | 11100100 | 1000001 | 1011 | 0 | 1000111 | 1011 | 1000101 | 1001011 | 111001 |
Color Harmonies of #CCE441
Complementary color
Monochromatic Colors of #CCE441
Black with #CCE441
Text Example
Text Example
White with #CCE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE441; }
p { color: rgb(204,228,65); }
H1.HeaderClassName
{
color: #CCE441;
}
.AnyTagClassName
{
color: #CCE441;
}
</style>
background-color css
<style>
a { background-color: #CCE441; }
a { background-color: rgb(204,228,65); }
div.DivClassName
{
background-color: #CCE441;
}
.BgClassName
{
background-color: #CCE441;
}
</style>
border-color css
<style>
span { border-color: #CCE441; }
span { border-color: rgb(204,228,65); }
td.TdClassName
{
border-color: #CCE441;
}
.TagClassName
{
border-color: #CCE441;
}
</style>