Shades of Las Palmas #CCE151
Tints of Las Palmas #CCE151
RGB
CMYK
RGB Variations
Color information
#CCE151 (or 0xCCE151) is known color: Las Palmas. HEX triplet: CC, E1 and 51. RGB value is (204,225,81). Sum of RGB (Red+Green+Blue) = 204+225+81=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 81 (32.03% from 255 or 15.88% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE151 is #331EAE. Grayscale: #CACACA. Windows color (decimal): -3350191 or 5366220. OLE color: 5366220.
HSL color Cylindrical-coordinate representation of color #CCE151: hue angle of 68.75º 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 #CCE151 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 81 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.12 |
| HSL | 68.75º | 0.71% | 0.6% | - |
| HSV(B) | 68.75º | 0.64% | 0.88% | - |
| XYZ | 53.31 | 67.28 | 17.96 | - |
| YUV | 202.31 | 59.54 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 81 | 0.09 | 0 | 0.64 | 0.12 | 68.75 | 0.71 | 0.6 |
| Hex | CC | E1 | 51 | 9 | 0 | 40 | C | 45 | 47 | 3C |
| Octal | 314 | 341 | 121 | 11 | 0 | 100 | 14 | 105 | 107 | 74 |
| Binary | 11001100 | 11100001 | 1010001 | 1001 | 0 | 1000000 | 1100 | 1000101 | 1000111 | 111100 |
Color Harmonies of #CCE151
Complementary color
Monochromatic Colors of #CCE151
Black with #CCE151
Text Example
Text Example
White with #CCE151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE151; }
p { color: rgb(204,225,81); }
H1.HeaderClassName
{
color: #CCE151;
}
.AnyTagClassName
{
color: #CCE151;
}
</style>
background-color css
<style>
a { background-color: #CCE151; }
a { background-color: rgb(204,225,81); }
div.DivClassName
{
background-color: #CCE151;
}
.BgClassName
{
background-color: #CCE151;
}
</style>
border-color css
<style>
span { border-color: #CCE151; }
span { border-color: rgb(204,225,81); }
td.TdClassName
{
border-color: #CCE151;
}
.TagClassName
{
border-color: #CCE151;
}
</style>