Shades of Las Palmas #CED641
Tints of Las Palmas #CED641
RGB
CMYK
RGB Variations
Color information
#CED641 (or 0xCED641) is known color: Las Palmas. HEX triplet: CE, D6 and 41. RGB value is (206,214,65). Sum of RGB (Red+Green+Blue) = 206+214+65=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #CED641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED641 is #3129BE. Grayscale: #C3C3C3. Windows color (decimal): -3221951 or 4314830. OLE color: 4314830.
HSL color Cylindrical-coordinate representation of color #CED641: hue angle of 63.22º 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 #CED641 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 65 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.16 |
| HSL | 63.22º | 0.65% | 0.55% | - |
| HSV(B) | 63.22º | 0.7% | 0.84% | - |
| XYZ | 50.45 | 61.6 | 14.23 | - |
| YUV | 194.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 65 | 0.04 | 0 | 0.70 | 0.16 | 63.22 | 0.65 | 0.55 |
| Hex | CE | D6 | 41 | 4 | 0 | 46 | 10 | 3F | 41 | 37 |
| Octal | 316 | 326 | 101 | 4 | 0 | 106 | 20 | 77 | 101 | 67 |
| Binary | 11001110 | 11010110 | 1000001 | 100 | 0 | 1000110 | 10000 | 111111 | 1000001 | 110111 |
Color Harmonies of #CED641
Complementary color
Monochromatic Colors of #CED641
Black with #CED641
Text Example
Text Example
White with #CED641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED641; }
p { color: rgb(206,214,65); }
H1.HeaderClassName
{
color: #CED641;
}
.AnyTagClassName
{
color: #CED641;
}
</style>
background-color css
<style>
a { background-color: #CED641; }
a { background-color: rgb(206,214,65); }
div.DivClassName
{
background-color: #CED641;
}
.BgClassName
{
background-color: #CED641;
}
</style>
border-color css
<style>
span { border-color: #CED641; }
span { border-color: rgb(206,214,65); }
td.TdClassName
{
border-color: #CED641;
}
.TagClassName
{
border-color: #CED641;
}
</style>