Shades of Las Palmas #CCE050
Tints of Las Palmas #CCE050
RGB
CMYK
RGB Variations
Color information
#CCE050 (or 0xCCE050) is known color: Las Palmas. HEX triplet: CC, E0 and 50. RGB value is (204,224,80). Sum of RGB (Red+Green+Blue) = 204+224+80=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE050 is #331FAF. Grayscale: #CACACA. Windows color (decimal): -3350448 or 5300428. OLE color: 5300428.
HSL color Cylindrical-coordinate representation of color #CCE050: hue angle of 68.33º 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 #CCE050 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.12 |
| HSL | 68.33º | 0.7% | 0.6% | - |
| HSV(B) | 68.33º | 0.64% | 0.88% | - |
| XYZ | 53.01 | 66.73 | 17.68 | - |
| YUV | 201.6 | 59.37 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 80 | 0.09 | 0 | 0.64 | 0.12 | 68.33 | 0.7 | 0.6 |
| Hex | CC | E0 | 50 | 9 | 0 | 40 | C | 44 | 46 | 3C |
| Octal | 314 | 340 | 120 | 11 | 0 | 100 | 14 | 104 | 106 | 74 |
| Binary | 11001100 | 11100000 | 1010000 | 1001 | 0 | 1000000 | 1100 | 1000100 | 1000110 | 111100 |
Color Harmonies of #CCE050
Complementary color
Monochromatic Colors of #CCE050
Black with #CCE050
Text Example
Text Example
White with #CCE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE050; }
p { color: rgb(204,224,80); }
H1.HeaderClassName
{
color: #CCE050;
}
.AnyTagClassName
{
color: #CCE050;
}
</style>
background-color css
<style>
a { background-color: #CCE050; }
a { background-color: rgb(204,224,80); }
div.DivClassName
{
background-color: #CCE050;
}
.BgClassName
{
background-color: #CCE050;
}
</style>
border-color css
<style>
span { border-color: #CCE050; }
span { border-color: rgb(204,224,80); }
td.TdClassName
{
border-color: #CCE050;
}
.TagClassName
{
border-color: #CCE050;
}
</style>