Shades of Las Palmas #CCE245
Tints of Las Palmas #CCE245
RGB
CMYK
RGB Variations
Color information
#CCE245 (or 0xCCE245) is known color: Las Palmas. HEX triplet: CC, E2 and 45. RGB value is (204,226,69). Sum of RGB (Red+Green+Blue) = 204+226+69=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 226 (88.67% from 255 or 45.29% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE245 is #331DBA. Grayscale: #CACACA. Windows color (decimal): -3349947 or 4580044. OLE color: 4580044.
HSL color Cylindrical-coordinate representation of color #CCE245: hue angle of 68.41º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCE245 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 69 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.11 |
| HSL | 68.41º | 0.73% | 0.58% | - |
| HSV(B) | 68.41º | 0.69% | 0.89% | - |
| XYZ | 53.17 | 67.66 | 15.89 | - |
| YUV | 201.52 | 53.21 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 69 | 0.10 | 0 | 0.69 | 0.11 | 68.41 | 0.73 | 0.58 |
| Hex | CC | E2 | 45 | A | 0 | 45 | B | 44 | 49 | 3A |
| Octal | 314 | 342 | 105 | 12 | 0 | 105 | 13 | 104 | 111 | 72 |
| Binary | 11001100 | 11100010 | 1000101 | 1010 | 0 | 1000101 | 1011 | 1000100 | 1001001 | 111010 |
Color Harmonies of #CCE245
Complementary color
Monochromatic Colors of #CCE245
Black with #CCE245
Text Example
Text Example
White with #CCE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE245; }
p { color: rgb(204,226,69); }
H1.HeaderClassName
{
color: #CCE245;
}
.AnyTagClassName
{
color: #CCE245;
}
</style>
background-color css
<style>
a { background-color: #CCE245; }
a { background-color: rgb(204,226,69); }
div.DivClassName
{
background-color: #CCE245;
}
.BgClassName
{
background-color: #CCE245;
}
</style>
border-color css
<style>
span { border-color: #CCE245; }
span { border-color: rgb(204,226,69); }
td.TdClassName
{
border-color: #CCE245;
}
.TagClassName
{
border-color: #CCE245;
}
</style>