Shades of Las Palmas #CEDE3E
Tints of Las Palmas #CEDE3E
RGB
CMYK
RGB Variations
Color information
#CEDE3E (or 0xCEDE3E) is known color: Las Palmas. HEX triplet: CE, DE and 3E. RGB value is (206,222,62). Sum of RGB (Red+Green+Blue) = 206+222+62=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE3E is #3121C1. Grayscale: #C7C7C7. Windows color (decimal): -3219906 or 4120270. OLE color: 4120270.
HSL color Cylindrical-coordinate representation of color #CEDE3E: hue angle of 66º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEDE3E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 62 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.13 |
| HSL | 66º | 0.71% | 0.56% | - |
| HSV(B) | 66º | 0.72% | 0.87% | - |
| XYZ | 52.44 | 65.71 | 14.48 | - |
| YUV | 198.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 62 | 0.07 | 0 | 0.72 | 0.13 | 66 | 0.71 | 0.56 |
| Hex | CE | DE | 3E | 7 | 0 | 48 | D | 42 | 47 | 38 |
| Octal | 316 | 336 | 76 | 7 | 0 | 110 | 15 | 102 | 107 | 70 |
| Binary | 11001110 | 11011110 | 111110 | 111 | 0 | 1001000 | 1101 | 1000010 | 1000111 | 111000 |
Color Harmonies of #CEDE3E
Complementary color
Monochromatic Colors of #CEDE3E
Black with #CEDE3E
Text Example
Text Example
White with #CEDE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE3E; }
p { color: rgb(206,222,62); }
H1.HeaderClassName
{
color: #CEDE3E;
}
.AnyTagClassName
{
color: #CEDE3E;
}
</style>
background-color css
<style>
a { background-color: #CEDE3E; }
a { background-color: rgb(206,222,62); }
div.DivClassName
{
background-color: #CEDE3E;
}
.BgClassName
{
background-color: #CEDE3E;
}
</style>
border-color css
<style>
span { border-color: #CEDE3E; }
span { border-color: rgb(206,222,62); }
td.TdClassName
{
border-color: #CEDE3E;
}
.TagClassName
{
border-color: #CEDE3E;
}
</style>