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