Shades of Las Palmas #CEDE4C
Tints of Las Palmas #CEDE4C
RGB
CMYK
RGB Variations
Color information
#CEDE4C (or 0xCEDE4C) is known color: Las Palmas. HEX triplet: CE, DE and 4C. RGB value is (206,222,76). Sum of RGB (Red+Green+Blue) = 206+222+76=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE4C is #3121B3. Grayscale: #C9C9C9. Windows color (decimal): -3219892 or 5037774. OLE color: 5037774.
HSL color Cylindrical-coordinate representation of color #CEDE4C: hue angle of 66.58º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEDE4C is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 76 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.13 |
| HSL | 66.58º | 0.69% | 0.58% | - |
| HSV(B) | 66.58º | 0.66% | 0.87% | - |
| XYZ | 52.88 | 65.89 | 16.77 | - |
| YUV | 200.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 76 | 0.07 | 0 | 0.66 | 0.13 | 66.58 | 0.69 | 0.58 |
| Hex | CE | DE | 4C | 7 | 0 | 42 | D | 43 | 45 | 3A |
| Octal | 316 | 336 | 114 | 7 | 0 | 102 | 15 | 103 | 105 | 72 |
| Binary | 11001110 | 11011110 | 1001100 | 111 | 0 | 1000010 | 1101 | 1000011 | 1000101 | 111010 |
Color Harmonies of #CEDE4C
Complementary color
Monochromatic Colors of #CEDE4C
Black with #CEDE4C
Text Example
Text Example
White with #CEDE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE4C; }
p { color: rgb(206,222,76); }
H1.HeaderClassName
{
color: #CEDE4C;
}
.AnyTagClassName
{
color: #CEDE4C;
}
</style>
background-color css
<style>
a { background-color: #CEDE4C; }
a { background-color: rgb(206,222,76); }
div.DivClassName
{
background-color: #CEDE4C;
}
.BgClassName
{
background-color: #CEDE4C;
}
</style>
border-color css
<style>
span { border-color: #CEDE4C; }
span { border-color: rgb(206,222,76); }
td.TdClassName
{
border-color: #CEDE4C;
}
.TagClassName
{
border-color: #CEDE4C;
}
</style>