Shades of Las Palmas #CEDA40
Tints of Las Palmas #CEDA40
RGB
CMYK
RGB Variations
Color information
#CEDA40 (or 0xCEDA40) is known color: Las Palmas. HEX triplet: CE, DA and 40. RGB value is (206,218,64). Sum of RGB (Red+Green+Blue) = 206+218+64=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA40 is #3125BF. Grayscale: #C5C5C5. Windows color (decimal): -3220928 or 4250318. OLE color: 4250318.
HSL color Cylindrical-coordinate representation of color #CEDA40: hue angle of 64.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEDA40 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 64 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.15 |
| HSL | 64.68º | 0.68% | 0.55% | - |
| HSV(B) | 64.68º | 0.71% | 0.85% | - |
| XYZ | 51.45 | 63.63 | 14.42 | - |
| YUV | 196.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 64 | 0.06 | 0 | 0.71 | 0.15 | 64.68 | 0.68 | 0.55 |
| Hex | CE | DA | 40 | 6 | 0 | 47 | F | 41 | 44 | 37 |
| Octal | 316 | 332 | 100 | 6 | 0 | 107 | 17 | 101 | 104 | 67 |
| Binary | 11001110 | 11011010 | 1000000 | 110 | 0 | 1000111 | 1111 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CEDA40
Complementary color
Monochromatic Colors of #CEDA40
Black with #CEDA40
Text Example
Text Example
White with #CEDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA40; }
p { color: rgb(206,218,64); }
H1.HeaderClassName
{
color: #CEDA40;
}
.AnyTagClassName
{
color: #CEDA40;
}
</style>
background-color css
<style>
a { background-color: #CEDA40; }
a { background-color: rgb(206,218,64); }
div.DivClassName
{
background-color: #CEDA40;
}
.BgClassName
{
background-color: #CEDA40;
}
</style>
border-color css
<style>
span { border-color: #CEDA40; }
span { border-color: rgb(206,218,64); }
td.TdClassName
{
border-color: #CEDA40;
}
.TagClassName
{
border-color: #CEDA40;
}
</style>