Shades of Las Palmas #CEDB48
Tints of Las Palmas #CEDB48
RGB
CMYK
RGB Variations
Color information
#CEDB48 (or 0xCEDB48) is known color: Las Palmas. HEX triplet: CE, DB and 48. RGB value is (206,219,72). Sum of RGB (Red+Green+Blue) = 206+219+72=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 72 (28.52% from 255 or 14.49% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB48 is #3124B7. Grayscale: #C6C6C6. Windows color (decimal): -3220664 or 4774862. OLE color: 4774862.
HSL color Cylindrical-coordinate representation of color #CEDB48: hue angle of 65.31º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEDB48 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 72 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.14 |
| HSL | 65.31º | 0.67% | 0.57% | - |
| HSV(B) | 65.31º | 0.67% | 0.86% | - |
| XYZ | 51.95 | 64.25 | 15.79 | - |
| YUV | 198.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 72 | 0.06 | 0 | 0.67 | 0.14 | 65.31 | 0.67 | 0.57 |
| Hex | CE | DB | 48 | 6 | 0 | 43 | E | 41 | 43 | 39 |
| Octal | 316 | 333 | 110 | 6 | 0 | 103 | 16 | 101 | 103 | 71 |
| Binary | 11001110 | 11011011 | 1001000 | 110 | 0 | 1000011 | 1110 | 1000001 | 1000011 | 111001 |
Color Harmonies of #CEDB48
Complementary color
Monochromatic Colors of #CEDB48
Black with #CEDB48
Text Example
Text Example
White with #CEDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB48; }
p { color: rgb(206,219,72); }
H1.HeaderClassName
{
color: #CEDB48;
}
.AnyTagClassName
{
color: #CEDB48;
}
</style>
background-color css
<style>
a { background-color: #CEDB48; }
a { background-color: rgb(206,219,72); }
div.DivClassName
{
background-color: #CEDB48;
}
.BgClassName
{
background-color: #CEDB48;
}
</style>
border-color css
<style>
span { border-color: #CEDB48; }
span { border-color: rgb(206,219,72); }
td.TdClassName
{
border-color: #CEDB48;
}
.TagClassName
{
border-color: #CEDB48;
}
</style>