Shades of Las Palmas #CEDD42
Tints of Las Palmas #CEDD42
RGB
CMYK
RGB Variations
Color information
#CEDD42 (or 0xCEDD42) is known color: Las Palmas. HEX triplet: CE, DD and 42. RGB value is (206,221,66). Sum of RGB (Red+Green+Blue) = 206+221+66=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD42 is #3122BD. Grayscale: #C7C7C7. Windows color (decimal): -3220158 or 4382158. OLE color: 4382158.
HSL color Cylindrical-coordinate representation of color #CEDD42: hue angle of 65.81º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEDD42 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 66 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.13 |
| HSL | 65.81º | 0.7% | 0.56% | - |
| HSV(B) | 65.81º | 0.7% | 0.87% | - |
| XYZ | 52.29 | 65.23 | 14.99 | - |
| YUV | 198.85 | 53.03 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 66 | 0.07 | 0 | 0.70 | 0.13 | 65.81 | 0.7 | 0.56 |
| Hex | CE | DD | 42 | 7 | 0 | 46 | D | 42 | 46 | 38 |
| Octal | 316 | 335 | 102 | 7 | 0 | 106 | 15 | 102 | 106 | 70 |
| Binary | 11001110 | 11011101 | 1000010 | 111 | 0 | 1000110 | 1101 | 1000010 | 1000110 | 111000 |
Color Harmonies of #CEDD42
Complementary color
Monochromatic Colors of #CEDD42
Black with #CEDD42
Text Example
Text Example
White with #CEDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD42; }
p { color: rgb(206,221,66); }
H1.HeaderClassName
{
color: #CEDD42;
}
.AnyTagClassName
{
color: #CEDD42;
}
</style>
background-color css
<style>
a { background-color: #CEDD42; }
a { background-color: rgb(206,221,66); }
div.DivClassName
{
background-color: #CEDD42;
}
.BgClassName
{
background-color: #CEDD42;
}
</style>
border-color css
<style>
span { border-color: #CEDD42; }
span { border-color: rgb(206,221,66); }
td.TdClassName
{
border-color: #CEDD42;
}
.TagClassName
{
border-color: #CEDD42;
}
</style>