Shades of Las Palmas #CED745
Tints of Las Palmas #CED745
RGB
CMYK
RGB Variations
Color information
#CED745 (or 0xCED745) is known color: Las Palmas. HEX triplet: CE, D7 and 45. RGB value is (206,215,69). Sum of RGB (Red+Green+Blue) = 206+215+69=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #CED745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED745 is #3128BA. Grayscale: #C4C4C4. Windows color (decimal): -3221691 or 4577230. OLE color: 4577230.
HSL color Cylindrical-coordinate representation of color #CED745: hue angle of 63.7º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CED745 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 69 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.16 |
| HSL | 63.7º | 0.65% | 0.56% | - |
| HSV(B) | 63.7º | 0.68% | 0.84% | - |
| XYZ | 50.83 | 62.15 | 14.95 | - |
| YUV | 195.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 69 | 0.04 | 0 | 0.68 | 0.16 | 63.7 | 0.65 | 0.56 |
| Hex | CE | D7 | 45 | 4 | 0 | 44 | 10 | 40 | 41 | 38 |
| Octal | 316 | 327 | 105 | 4 | 0 | 104 | 20 | 100 | 101 | 70 |
| Binary | 11001110 | 11010111 | 1000101 | 100 | 0 | 1000100 | 10000 | 1000000 | 1000001 | 111000 |
Color Harmonies of #CED745
Complementary color
Monochromatic Colors of #CED745
Black with #CED745
Text Example
Text Example
White with #CED745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED745; }
p { color: rgb(206,215,69); }
H1.HeaderClassName
{
color: #CED745;
}
.AnyTagClassName
{
color: #CED745;
}
</style>
background-color css
<style>
a { background-color: #CED745; }
a { background-color: rgb(206,215,69); }
div.DivClassName
{
background-color: #CED745;
}
.BgClassName
{
background-color: #CED745;
}
</style>
border-color css
<style>
span { border-color: #CED745; }
span { border-color: rgb(206,215,69); }
td.TdClassName
{
border-color: #CED745;
}
.TagClassName
{
border-color: #CED745;
}
</style>