Shades of Las Palmas #CCE145
Tints of Las Palmas #CCE145
RGB
CMYK
RGB Variations
Color information
#CCE145 (or 0xCCE145) is known color: Las Palmas. HEX triplet: CC, E1 and 45. RGB value is (204,225,69). Sum of RGB (Red+Green+Blue) = 204+225+69=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE145 is #331EBA. Grayscale: #C9C9C9. Windows color (decimal): -3350203 or 4579788. OLE color: 4579788.
HSL color Cylindrical-coordinate representation of color #CCE145: hue angle of 68.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCE145 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 69 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.12 |
| HSL | 68.08º | 0.72% | 0.58% | - |
| HSV(B) | 68.08º | 0.69% | 0.88% | - |
| XYZ | 52.9 | 67.12 | 15.8 | - |
| YUV | 200.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 69 | 0.09 | 0 | 0.69 | 0.12 | 68.08 | 0.72 | 0.58 |
| Hex | CC | E1 | 45 | 9 | 0 | 45 | C | 44 | 48 | 3A |
| Octal | 314 | 341 | 105 | 11 | 0 | 105 | 14 | 104 | 110 | 72 |
| Binary | 11001100 | 11100001 | 1000101 | 1001 | 0 | 1000101 | 1100 | 1000100 | 1001000 | 111010 |
Color Harmonies of #CCE145
Complementary color
Monochromatic Colors of #CCE145
Black with #CCE145
Text Example
Text Example
White with #CCE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE145; }
p { color: rgb(204,225,69); }
H1.HeaderClassName
{
color: #CCE145;
}
.AnyTagClassName
{
color: #CCE145;
}
</style>
background-color css
<style>
a { background-color: #CCE145; }
a { background-color: rgb(204,225,69); }
div.DivClassName
{
background-color: #CCE145;
}
.BgClassName
{
background-color: #CCE145;
}
</style>
border-color css
<style>
span { border-color: #CCE145; }
span { border-color: rgb(204,225,69); }
td.TdClassName
{
border-color: #CCE145;
}
.TagClassName
{
border-color: #CCE145;
}
</style>