Shades of Las Palmas #CEDA44
Tints of Las Palmas #CEDA44
RGB
CMYK
RGB Variations
Color information
#CEDA44 (or 0xCEDA44) is known color: Las Palmas. HEX triplet: CE, DA and 44. RGB value is (206,218,68). Sum of RGB (Red+Green+Blue) = 206+218+68=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA44 is #3125BB. Grayscale: #C5C5C5. Windows color (decimal): -3220924 or 4512462. OLE color: 4512462.
HSL color Cylindrical-coordinate representation of color #CEDA44: hue angle of 64.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEDA44 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 68 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.15 |
| HSL | 64.8º | 0.67% | 0.56% | - |
| HSV(B) | 64.8º | 0.69% | 0.85% | - |
| XYZ | 51.57 | 63.68 | 15.04 | - |
| YUV | 197.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 68 | 0.06 | 0 | 0.69 | 0.15 | 64.8 | 0.67 | 0.56 |
| Hex | CE | DA | 44 | 6 | 0 | 45 | F | 41 | 43 | 38 |
| Octal | 316 | 332 | 104 | 6 | 0 | 105 | 17 | 101 | 103 | 70 |
| Binary | 11001110 | 11011010 | 1000100 | 110 | 0 | 1000101 | 1111 | 1000001 | 1000011 | 111000 |
Color Harmonies of #CEDA44
Complementary color
Monochromatic Colors of #CEDA44
Black with #CEDA44
Text Example
Text Example
White with #CEDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA44; }
p { color: rgb(206,218,68); }
H1.HeaderClassName
{
color: #CEDA44;
}
.AnyTagClassName
{
color: #CEDA44;
}
</style>
background-color css
<style>
a { background-color: #CEDA44; }
a { background-color: rgb(206,218,68); }
div.DivClassName
{
background-color: #CEDA44;
}
.BgClassName
{
background-color: #CEDA44;
}
</style>
border-color css
<style>
span { border-color: #CEDA44; }
span { border-color: rgb(206,218,68); }
td.TdClassName
{
border-color: #CEDA44;
}
.TagClassName
{
border-color: #CEDA44;
}
</style>