Shades of Las Palmas #CEDE42
Tints of Las Palmas #CEDE42
RGB
CMYK
RGB Variations
Color information
#CEDE42 (or 0xCEDE42) is known color: Las Palmas. HEX triplet: CE, DE and 42. RGB value is (206,222,66). Sum of RGB (Red+Green+Blue) = 206+222+66=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE42 is #3121BD. Grayscale: #C8C8C8. Windows color (decimal): -3219902 or 4382414. OLE color: 4382414.
HSL color Cylindrical-coordinate representation of color #CEDE42: hue angle of 66.15º 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 #CEDE42 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 66 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.13 |
| HSL | 66.15º | 0.7% | 0.56% | - |
| HSV(B) | 66.15º | 0.7% | 0.87% | - |
| XYZ | 52.56 | 65.76 | 15.08 | - |
| YUV | 199.43 | 52.7 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 66 | 0.07 | 0 | 0.70 | 0.13 | 66.15 | 0.7 | 0.56 |
| Hex | CE | DE | 42 | 7 | 0 | 46 | D | 42 | 46 | 38 |
| Octal | 316 | 336 | 102 | 7 | 0 | 106 | 15 | 102 | 106 | 70 |
| Binary | 11001110 | 11011110 | 1000010 | 111 | 0 | 1000110 | 1101 | 1000010 | 1000110 | 111000 |
Color Harmonies of #CEDE42
Complementary color
Monochromatic Colors of #CEDE42
Black with #CEDE42
Text Example
Text Example
White with #CEDE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE42; }
p { color: rgb(206,222,66); }
H1.HeaderClassName
{
color: #CEDE42;
}
.AnyTagClassName
{
color: #CEDE42;
}
</style>
background-color css
<style>
a { background-color: #CEDE42; }
a { background-color: rgb(206,222,66); }
div.DivClassName
{
background-color: #CEDE42;
}
.BgClassName
{
background-color: #CEDE42;
}
</style>
border-color css
<style>
span { border-color: #CEDE42; }
span { border-color: rgb(206,222,66); }
td.TdClassName
{
border-color: #CEDE42;
}
.TagClassName
{
border-color: #CEDE42;
}
</style>