Shades of Las Palmas #CEDC4D
Tints of Las Palmas #CEDC4D
RGB
CMYK
RGB Variations
Color information
#CEDC4D (or 0xCEDC4D) is known color: Las Palmas. HEX triplet: CE, DC and 4D. RGB value is (206,220,77). Sum of RGB (Red+Green+Blue) = 206+220+77=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDC4D is #3123B2. Grayscale: #C8C8C8. Windows color (decimal): -3220403 or 5102798. OLE color: 5102798.
HSL color Cylindrical-coordinate representation of color #CEDC4D: hue angle of 65.87º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEDC4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 220 | 77 | - |
CMYK | 0.06 | 0 | 0.65 | 0.14 |
HSL | 65.87º | 0.67% | 0.58% | - |
HSV(B) | 65.87º | 0.65% | 0.86% | - |
XYZ | 52.39 | 64.84 | 16.78 | - |
YUV | 199.51 | 58.86 | 132.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 77 | 0.06 | 0 | 0.65 | 0.14 | 65.87 | 0.67 | 0.58 |
Hex | CE | DC | 4D | 6 | 0 | 41 | E | 42 | 43 | 3A |
Octal | 316 | 334 | 115 | 6 | 0 | 101 | 16 | 102 | 103 | 72 |
Binary | 11001110 | 11011100 | 1001101 | 110 | 0 | 1000001 | 1110 | 1000010 | 1000011 | 111010 |
Color Harmonies of #CEDC4D
Complementary color
Monochromatic Colors of #CEDC4D
Black with #CEDC4D
Text Example
Text Example
White with #CEDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC4D; }
p { color: rgb(206,220,77); }
H1.HeaderClassName
{
color: #CEDC4D;
}
.AnyTagClassName
{
color: #CEDC4D;
}
</style>
background-color css
<style>
a { background-color: #CEDC4D; }
a { background-color: rgb(206,220,77); }
div.DivClassName
{
background-color: #CEDC4D;
}
.BgClassName
{
background-color: #CEDC4D;
}
</style>
border-color css
<style>
span { border-color: #CEDC4D; }
span { border-color: rgb(206,220,77); }
td.TdClassName
{
border-color: #CEDC4D;
}
.TagClassName
{
border-color: #CEDC4D;
}
</style>