Shades of Las Palmas #CCE240
Tints of Las Palmas #CCE240
RGB
CMYK
RGB Variations
Color information
#CCE240 (or 0xCCE240) is known color: Las Palmas. HEX triplet: CC, E2 and 40. RGB value is (204,226,64). Sum of RGB (Red+Green+Blue) = 204+226+64=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE240 is #331DBF. Grayscale: #C9C9C9. Windows color (decimal): -3349952 or 4252364. OLE color: 4252364.
HSL color Cylindrical-coordinate representation of color #CCE240: hue angle of 68.15º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCE240 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 64 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.11 |
| HSL | 68.15º | 0.74% | 0.57% | - |
| HSV(B) | 68.15º | 0.72% | 0.89% | - |
| XYZ | 53.02 | 67.6 | 15.1 | - |
| YUV | 200.95 | 50.71 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 64 | 0.10 | 0 | 0.72 | 0.11 | 68.15 | 0.74 | 0.57 |
| Hex | CC | E2 | 40 | A | 0 | 48 | B | 44 | 4A | 39 |
| Octal | 314 | 342 | 100 | 12 | 0 | 110 | 13 | 104 | 112 | 71 |
| Binary | 11001100 | 11100010 | 1000000 | 1010 | 0 | 1001000 | 1011 | 1000100 | 1001010 | 111001 |
Color Harmonies of #CCE240
Complementary color
Monochromatic Colors of #CCE240
Black with #CCE240
Text Example
Text Example
White with #CCE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE240; }
p { color: rgb(204,226,64); }
H1.HeaderClassName
{
color: #CCE240;
}
.AnyTagClassName
{
color: #CCE240;
}
</style>
background-color css
<style>
a { background-color: #CCE240; }
a { background-color: rgb(204,226,64); }
div.DivClassName
{
background-color: #CCE240;
}
.BgClassName
{
background-color: #CCE240;
}
</style>
border-color css
<style>
span { border-color: #CCE240; }
span { border-color: rgb(204,226,64); }
td.TdClassName
{
border-color: #CCE240;
}
.TagClassName
{
border-color: #CCE240;
}
</style>