Shades of Las Palmas #CEDE4A
Tints of Las Palmas #CEDE4A
RGB
CMYK
RGB Variations
Color information
#CEDE4A (or 0xCEDE4A) is known color: Las Palmas. HEX triplet: CE, DE and 4A. RGB value is (206,222,74). Sum of RGB (Red+Green+Blue) = 206+222+74=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE4A is #3121B5. Grayscale: #C8C8C8. Windows color (decimal): -3219894 or 4906702. OLE color: 4906702.
HSL color Cylindrical-coordinate representation of color #CEDE4A: hue angle of 66.49º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEDE4A is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 74 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.13 |
| HSL | 66.49º | 0.69% | 0.58% | - |
| HSV(B) | 66.49º | 0.67% | 0.87% | - |
| XYZ | 52.81 | 65.86 | 16.41 | - |
| YUV | 200.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 74 | 0.07 | 0 | 0.67 | 0.13 | 66.49 | 0.69 | 0.58 |
| Hex | CE | DE | 4A | 7 | 0 | 43 | D | 42 | 45 | 3A |
| Octal | 316 | 336 | 112 | 7 | 0 | 103 | 15 | 102 | 105 | 72 |
| Binary | 11001110 | 11011110 | 1001010 | 111 | 0 | 1000011 | 1101 | 1000010 | 1000101 | 111010 |
Color Harmonies of #CEDE4A
Complementary color
Monochromatic Colors of #CEDE4A
Black with #CEDE4A
Text Example
Text Example
White with #CEDE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE4A; }
p { color: rgb(206,222,74); }
H1.HeaderClassName
{
color: #CEDE4A;
}
.AnyTagClassName
{
color: #CEDE4A;
}
</style>
background-color css
<style>
a { background-color: #CEDE4A; }
a { background-color: rgb(206,222,74); }
div.DivClassName
{
background-color: #CEDE4A;
}
.BgClassName
{
background-color: #CEDE4A;
}
</style>
border-color css
<style>
span { border-color: #CEDE4A; }
span { border-color: rgb(206,222,74); }
td.TdClassName
{
border-color: #CEDE4A;
}
.TagClassName
{
border-color: #CEDE4A;
}
</style>