Shades of Las Palmas #CEDF3E
Tints of Las Palmas #CEDF3E
RGB
CMYK
RGB Variations
Color information
#CEDF3E (or 0xCEDF3E) is known color: Las Palmas. HEX triplet: CE, DF and 3E. RGB value is (206,223,62). Sum of RGB (Red+Green+Blue) = 206+223+62=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 62 (24.61% from 255 or 12.63% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF3E is #3120C1. Grayscale: #C8C8C8. Windows color (decimal): -3219650 or 4120526. OLE color: 4120526.
HSL color Cylindrical-coordinate representation of color #CEDF3E: hue angle of 66.34º degrees, saturation: 0.72, 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 #CEDF3E is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 62 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.13 |
| HSL | 66.34º | 0.72% | 0.56% | - |
| HSV(B) | 66.34º | 0.72% | 0.87% | - |
| XYZ | 52.71 | 66.24 | 14.57 | - |
| YUV | 199.56 | 50.37 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 62 | 0.08 | 0 | 0.72 | 0.13 | 66.34 | 0.72 | 0.56 |
| Hex | CE | DF | 3E | 8 | 0 | 48 | D | 42 | 48 | 38 |
| Octal | 316 | 337 | 76 | 10 | 0 | 110 | 15 | 102 | 110 | 70 |
| Binary | 11001110 | 11011111 | 111110 | 1000 | 0 | 1001000 | 1101 | 1000010 | 1001000 | 111000 |
Color Harmonies of #CEDF3E
Complementary color
Monochromatic Colors of #CEDF3E
Black with #CEDF3E
Text Example
Text Example
White with #CEDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF3E; }
p { color: rgb(206,223,62); }
H1.HeaderClassName
{
color: #CEDF3E;
}
.AnyTagClassName
{
color: #CEDF3E;
}
</style>
background-color css
<style>
a { background-color: #CEDF3E; }
a { background-color: rgb(206,223,62); }
div.DivClassName
{
background-color: #CEDF3E;
}
.BgClassName
{
background-color: #CEDF3E;
}
</style>
border-color css
<style>
span { border-color: #CEDF3E; }
span { border-color: rgb(206,223,62); }
td.TdClassName
{
border-color: #CEDF3E;
}
.TagClassName
{
border-color: #CEDF3E;
}
</style>