Shades of Las Palmas #CCE645
Tints of Las Palmas #CCE645
RGB
CMYK
RGB Variations
Color information
#CCE645 (or 0xCCE645) is known color: Las Palmas. HEX triplet: CC, E6 and 45. RGB value is (204,230,69). Sum of RGB (Red+Green+Blue) = 204+230+69=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE645 is #3319BA. Grayscale: #CCCCCC. Windows color (decimal): -3348923 or 4581068. OLE color: 4581068.
HSL color Cylindrical-coordinate representation of color #CCE645: hue angle of 69.69º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCE645 is Cyan = 0.11, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 69 | - |
| CMYK | 0.11 | 0 | 0.7 | 0.10 |
| HSL | 69.69º | 0.76% | 0.59% | - |
| HSV(B) | 69.69º | 0.7% | 0.9% | - |
| XYZ | 54.27 | 69.86 | 16.25 | - |
| YUV | 203.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 69 | 0.11 | 0 | 0.7 | 0.10 | 69.69 | 0.76 | 0.59 |
| Hex | CC | E6 | 45 | B | 0 | 46 | A | 46 | 4C | 3B |
| Octal | 314 | 346 | 105 | 13 | 0 | 106 | 12 | 106 | 114 | 73 |
| Binary | 11001100 | 11100110 | 1000101 | 1011 | 0 | 1000110 | 1010 | 1000110 | 1001100 | 111011 |
Color Harmonies of #CCE645
Complementary color
Monochromatic Colors of #CCE645
Black with #CCE645
Text Example
Text Example
White with #CCE645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE645; }
p { color: rgb(204,230,69); }
H1.HeaderClassName
{
color: #CCE645;
}
.AnyTagClassName
{
color: #CCE645;
}
</style>
background-color css
<style>
a { background-color: #CCE645; }
a { background-color: rgb(204,230,69); }
div.DivClassName
{
background-color: #CCE645;
}
.BgClassName
{
background-color: #CCE645;
}
</style>
border-color css
<style>
span { border-color: #CCE645; }
span { border-color: rgb(204,230,69); }
td.TdClassName
{
border-color: #CCE645;
}
.TagClassName
{
border-color: #CCE645;
}
</style>