Shades of Las Palmas #CED74D
Tints of Las Palmas #CED74D
RGB
CMYK
RGB Variations
Color information
#CED74D (or 0xCED74D) is known color: Las Palmas. HEX triplet: CE, D7 and 4D. RGB value is (206,215,77). Sum of RGB (Red+Green+Blue) = 206+215+77=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #CED74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED74D is #3128B2. Grayscale: #C5C5C5. Windows color (decimal): -3221683 or 5101518. OLE color: 5101518.
HSL color Cylindrical-coordinate representation of color #CED74D: hue angle of 63.91º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED74D is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 77 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.16 |
| HSL | 63.91º | 0.63% | 0.57% | - |
| HSV(B) | 63.91º | 0.64% | 0.84% | - |
| XYZ | 51.09 | 62.26 | 16.35 | - |
| YUV | 196.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 77 | 0.04 | 0 | 0.64 | 0.16 | 63.91 | 0.63 | 0.57 |
| Hex | CE | D7 | 4D | 4 | 0 | 40 | 10 | 40 | 3F | 39 |
| Octal | 316 | 327 | 115 | 4 | 0 | 100 | 20 | 100 | 77 | 71 |
| Binary | 11001110 | 11010111 | 1001101 | 100 | 0 | 1000000 | 10000 | 1000000 | 111111 | 111001 |
Color Harmonies of #CED74D
Complementary color
Monochromatic Colors of #CED74D
Black with #CED74D
Text Example
Text Example
White with #CED74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED74D; }
p { color: rgb(206,215,77); }
H1.HeaderClassName
{
color: #CED74D;
}
.AnyTagClassName
{
color: #CED74D;
}
</style>
background-color css
<style>
a { background-color: #CED74D; }
a { background-color: rgb(206,215,77); }
div.DivClassName
{
background-color: #CED74D;
}
.BgClassName
{
background-color: #CED74D;
}
</style>
border-color css
<style>
span { border-color: #CED74D; }
span { border-color: rgb(206,215,77); }
td.TdClassName
{
border-color: #CED74D;
}
.TagClassName
{
border-color: #CED74D;
}
</style>