Shades of Las Palmas #CCE150
Tints of Las Palmas #CCE150
RGB
CMYK
RGB Variations
Color information
#CCE150 (or 0xCCE150) is known color: Las Palmas. HEX triplet: CC, E1 and 50. RGB value is (204,225,80). Sum of RGB (Red+Green+Blue) = 204+225+80=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE150 is #331EAF. Grayscale: #CACACA. Windows color (decimal): -3350192 or 5300684. OLE color: 5300684.
HSL color Cylindrical-coordinate representation of color #CCE150: hue angle of 68.69º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE150 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.12 |
| HSL | 68.69º | 0.71% | 0.6% | - |
| HSV(B) | 68.69º | 0.64% | 0.88% | - |
| XYZ | 53.28 | 67.27 | 17.77 | - |
| YUV | 202.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 80 | 0.09 | 0 | 0.64 | 0.12 | 68.69 | 0.71 | 0.6 |
| Hex | CC | E1 | 50 | 9 | 0 | 40 | C | 45 | 47 | 3C |
| Octal | 314 | 341 | 120 | 11 | 0 | 100 | 14 | 105 | 107 | 74 |
| Binary | 11001100 | 11100001 | 1010000 | 1001 | 0 | 1000000 | 1100 | 1000101 | 1000111 | 111100 |
Color Harmonies of #CCE150
Complementary color
Monochromatic Colors of #CCE150
Black with #CCE150
Text Example
Text Example
White with #CCE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE150; }
p { color: rgb(204,225,80); }
H1.HeaderClassName
{
color: #CCE150;
}
.AnyTagClassName
{
color: #CCE150;
}
</style>
background-color css
<style>
a { background-color: #CCE150; }
a { background-color: rgb(204,225,80); }
div.DivClassName
{
background-color: #CCE150;
}
.BgClassName
{
background-color: #CCE150;
}
</style>
border-color css
<style>
span { border-color: #CCE150; }
span { border-color: rgb(204,225,80); }
td.TdClassName
{
border-color: #CCE150;
}
.TagClassName
{
border-color: #CCE150;
}
</style>