Shades of Las Palmas #CEDB3D
Tints of Las Palmas #CEDB3D
RGB
CMYK
RGB Variations
Color information
#CEDB3D (or 0xCEDB3D) is known color: Las Palmas. HEX triplet: CE, DB and 3D. RGB value is (206,219,61). Sum of RGB (Red+Green+Blue) = 206+219+61=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB3D is #3124C2. Grayscale: #C5C5C5. Windows color (decimal): -3220675 or 4053966. OLE color: 4053966.
HSL color Cylindrical-coordinate representation of color #CEDB3D: hue angle of 64.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEDB3D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 61 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.14 |
| HSL | 64.94º | 0.69% | 0.55% | - |
| HSV(B) | 64.94º | 0.72% | 0.86% | - |
| XYZ | 51.63 | 64.12 | 14.07 | - |
| YUV | 197.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 61 | 0.06 | 0 | 0.72 | 0.14 | 64.94 | 0.69 | 0.55 |
| Hex | CE | DB | 3D | 6 | 0 | 48 | E | 41 | 45 | 37 |
| Octal | 316 | 333 | 75 | 6 | 0 | 110 | 16 | 101 | 105 | 67 |
| Binary | 11001110 | 11011011 | 111101 | 110 | 0 | 1001000 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CEDB3D
Complementary color
Monochromatic Colors of #CEDB3D
Black with #CEDB3D
Text Example
Text Example
White with #CEDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB3D; }
p { color: rgb(206,219,61); }
H1.HeaderClassName
{
color: #CEDB3D;
}
.AnyTagClassName
{
color: #CEDB3D;
}
</style>
background-color css
<style>
a { background-color: #CEDB3D; }
a { background-color: rgb(206,219,61); }
div.DivClassName
{
background-color: #CEDB3D;
}
.BgClassName
{
background-color: #CEDB3D;
}
</style>
border-color css
<style>
span { border-color: #CEDB3D; }
span { border-color: rgb(206,219,61); }
td.TdClassName
{
border-color: #CEDB3D;
}
.TagClassName
{
border-color: #CEDB3D;
}
</style>