Shades of Las Palmas #CED740
Tints of Las Palmas #CED740
RGB
CMYK
RGB Variations
Color information
#CED740 (or 0xCED740) is known color: Las Palmas. HEX triplet: CE, D7 and 40. RGB value is (206,215,64). Sum of RGB (Red+Green+Blue) = 206+215+64=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #CED740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED740 is #3128BF. Grayscale: #C3C3C3. Windows color (decimal): -3221696 or 4249550. OLE color: 4249550.
HSL color Cylindrical-coordinate representation of color #CED740: hue angle of 63.58º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED740 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 64 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.16 |
| HSL | 63.58º | 0.65% | 0.55% | - |
| HSV(B) | 63.58º | 0.7% | 0.84% | - |
| XYZ | 50.68 | 62.09 | 14.16 | - |
| YUV | 195.1 | 54.02 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 64 | 0.04 | 0 | 0.70 | 0.16 | 63.58 | 0.65 | 0.55 |
| Hex | CE | D7 | 40 | 4 | 0 | 46 | 10 | 40 | 41 | 37 |
| Octal | 316 | 327 | 100 | 4 | 0 | 106 | 20 | 100 | 101 | 67 |
| Binary | 11001110 | 11010111 | 1000000 | 100 | 0 | 1000110 | 10000 | 1000000 | 1000001 | 110111 |
Color Harmonies of #CED740
Complementary color
Monochromatic Colors of #CED740
Black with #CED740
Text Example
Text Example
White with #CED740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED740; }
p { color: rgb(206,215,64); }
H1.HeaderClassName
{
color: #CED740;
}
.AnyTagClassName
{
color: #CED740;
}
</style>
background-color css
<style>
a { background-color: #CED740; }
a { background-color: rgb(206,215,64); }
div.DivClassName
{
background-color: #CED740;
}
.BgClassName
{
background-color: #CED740;
}
</style>
border-color css
<style>
span { border-color: #CED740; }
span { border-color: rgb(206,215,64); }
td.TdClassName
{
border-color: #CED740;
}
.TagClassName
{
border-color: #CED740;
}
</style>