Shades of Las Palmas #CEDC45
Tints of Las Palmas #CEDC45
RGB
CMYK
RGB Variations
Color information
#CEDC45 (or 0xCEDC45) is known color: Las Palmas. HEX triplet: CE, DC and 45. RGB value is (206,220,69). Sum of RGB (Red+Green+Blue) = 206+220+69=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC45 is #3123BA. Grayscale: #C7C7C7. Windows color (decimal): -3220411 or 4578510. OLE color: 4578510.
HSL color Cylindrical-coordinate representation of color #CEDC45: hue angle of 65.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEDC45 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 69 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.14 |
| HSL | 65.56º | 0.68% | 0.57% | - |
| HSV(B) | 65.56º | 0.69% | 0.86% | - |
| XYZ | 52.12 | 64.74 | 15.38 | - |
| YUV | 198.6 | 54.86 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 69 | 0.06 | 0 | 0.69 | 0.14 | 65.56 | 0.68 | 0.57 |
| Hex | CE | DC | 45 | 6 | 0 | 45 | E | 42 | 44 | 39 |
| Octal | 316 | 334 | 105 | 6 | 0 | 105 | 16 | 102 | 104 | 71 |
| Binary | 11001110 | 11011100 | 1000101 | 110 | 0 | 1000101 | 1110 | 1000010 | 1000100 | 111001 |
Color Harmonies of #CEDC45
Complementary color
Monochromatic Colors of #CEDC45
Black with #CEDC45
Text Example
Text Example
White with #CEDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC45; }
p { color: rgb(206,220,69); }
H1.HeaderClassName
{
color: #CEDC45;
}
.AnyTagClassName
{
color: #CEDC45;
}
</style>
background-color css
<style>
a { background-color: #CEDC45; }
a { background-color: rgb(206,220,69); }
div.DivClassName
{
background-color: #CEDC45;
}
.BgClassName
{
background-color: #CEDC45;
}
</style>
border-color css
<style>
span { border-color: #CEDC45; }
span { border-color: rgb(206,220,69); }
td.TdClassName
{
border-color: #CEDC45;
}
.TagClassName
{
border-color: #CEDC45;
}
</style>