Shades of Las Palmas #CED541
Tints of Las Palmas #CED541
RGB
CMYK
RGB Variations
Color information
#CED541 (or 0xCED541) is known color: Las Palmas. HEX triplet: CE, D5 and 41. RGB value is (206,213,65). Sum of RGB (Red+Green+Blue) = 206+213+65=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #CED541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED541 is #312ABE. Grayscale: #C2C2C2. Windows color (decimal): -3222207 or 4314574. OLE color: 4314574.
HSL color Cylindrical-coordinate representation of color #CED541: hue angle of 62.84º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED541 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 65 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.16 |
| HSL | 62.84º | 0.64% | 0.55% | - |
| HSV(B) | 62.84º | 0.69% | 0.84% | - |
| XYZ | 50.2 | 61.09 | 14.15 | - |
| YUV | 194.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 65 | 0.03 | 0 | 0.69 | 0.16 | 62.84 | 0.64 | 0.55 |
| Hex | CE | D5 | 41 | 3 | 0 | 45 | 10 | 3F | 40 | 37 |
| Octal | 316 | 325 | 101 | 3 | 0 | 105 | 20 | 77 | 100 | 67 |
| Binary | 11001110 | 11010101 | 1000001 | 11 | 0 | 1000101 | 10000 | 111111 | 1000000 | 110111 |
Color Harmonies of #CED541
Complementary color
Monochromatic Colors of #CED541
Black with #CED541
Text Example
Text Example
White with #CED541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED541; }
p { color: rgb(206,213,65); }
H1.HeaderClassName
{
color: #CED541;
}
.AnyTagClassName
{
color: #CED541;
}
</style>
background-color css
<style>
a { background-color: #CED541; }
a { background-color: rgb(206,213,65); }
div.DivClassName
{
background-color: #CED541;
}
.BgClassName
{
background-color: #CED541;
}
</style>
border-color css
<style>
span { border-color: #CED541; }
span { border-color: rgb(206,213,65); }
td.TdClassName
{
border-color: #CED541;
}
.TagClassName
{
border-color: #CED541;
}
</style>