Shades of Las Palmas #CCE152
Tints of Las Palmas #CCE152
RGB
CMYK
RGB Variations
Color information
#CCE152 (or 0xCCE152) is known color: Las Palmas. HEX triplet: CC, E1 and 52. RGB value is (204,225,82). Sum of RGB (Red+Green+Blue) = 204+225+82=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE152 is #331EAD. Grayscale: #CACACA. Windows color (decimal): -3350190 or 5431756. OLE color: 5431756.
HSL color Cylindrical-coordinate representation of color #CCE152: hue angle of 68.81º degrees, saturation: 0.7, 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 #CCE152 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 82 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.12 |
| HSL | 68.81º | 0.7% | 0.6% | - |
| HSV(B) | 68.81º | 0.64% | 0.88% | - |
| XYZ | 53.35 | 67.3 | 18.16 | - |
| YUV | 202.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 82 | 0.09 | 0 | 0.64 | 0.12 | 68.81 | 0.7 | 0.6 |
| Hex | CC | E1 | 52 | 9 | 0 | 40 | C | 45 | 46 | 3C |
| Octal | 314 | 341 | 122 | 11 | 0 | 100 | 14 | 105 | 106 | 74 |
| Binary | 11001100 | 11100001 | 1010010 | 1001 | 0 | 1000000 | 1100 | 1000101 | 1000110 | 111100 |
Color Harmonies of #CCE152
Complementary color
Monochromatic Colors of #CCE152
Black with #CCE152
Text Example
Text Example
White with #CCE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE152; }
p { color: rgb(204,225,82); }
H1.HeaderClassName
{
color: #CCE152;
}
.AnyTagClassName
{
color: #CCE152;
}
</style>
background-color css
<style>
a { background-color: #CCE152; }
a { background-color: rgb(204,225,82); }
div.DivClassName
{
background-color: #CCE152;
}
.BgClassName
{
background-color: #CCE152;
}
</style>
border-color css
<style>
span { border-color: #CCE152; }
span { border-color: rgb(204,225,82); }
td.TdClassName
{
border-color: #CCE152;
}
.TagClassName
{
border-color: #CCE152;
}
</style>