Shades of Las Palmas #CED73D
Tints of Las Palmas #CED73D
RGB
CMYK
RGB Variations
Color information
#CED73D (or 0xCED73D) is known color: Las Palmas. HEX triplet: CE, D7 and 3D. RGB value is (206,215,61). Sum of RGB (Red+Green+Blue) = 206+215+61=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #CED73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED73D is #3128C2. Grayscale: #C3C3C3. Windows color (decimal): -3221699 or 4052942. OLE color: 4052942.
HSL color Cylindrical-coordinate representation of color #CED73D: hue angle of 63.51º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CED73D is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 61 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.16 |
| HSL | 63.51º | 0.66% | 0.54% | - |
| HSV(B) | 63.51º | 0.72% | 0.84% | - |
| XYZ | 50.6 | 62.06 | 13.73 | - |
| YUV | 194.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 61 | 0.04 | 0 | 0.72 | 0.16 | 63.51 | 0.66 | 0.54 |
| Hex | CE | D7 | 3D | 4 | 0 | 48 | 10 | 40 | 42 | 36 |
| Octal | 316 | 327 | 75 | 4 | 0 | 110 | 20 | 100 | 102 | 66 |
| Binary | 11001110 | 11010111 | 111101 | 100 | 0 | 1001000 | 10000 | 1000000 | 1000010 | 110110 |
Color Harmonies of #CED73D
Complementary color
Monochromatic Colors of #CED73D
Black with #CED73D
Text Example
Text Example
White with #CED73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED73D; }
p { color: rgb(206,215,61); }
H1.HeaderClassName
{
color: #CED73D;
}
.AnyTagClassName
{
color: #CED73D;
}
</style>
background-color css
<style>
a { background-color: #CED73D; }
a { background-color: rgb(206,215,61); }
div.DivClassName
{
background-color: #CED73D;
}
.BgClassName
{
background-color: #CED73D;
}
</style>
border-color css
<style>
span { border-color: #CED73D; }
span { border-color: rgb(206,215,61); }
td.TdClassName
{
border-color: #CED73D;
}
.TagClassName
{
border-color: #CED73D;
}
</style>