Shades of Las Palmas #CED84B
Tints of Las Palmas #CED84B
RGB
CMYK
RGB Variations
Color information
#CED84B (or 0xCED84B) is known color: Las Palmas. HEX triplet: CE, D8 and 4B. RGB value is (206,216,75). Sum of RGB (Red+Green+Blue) = 206+216+75=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #CED84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED84B is #3127B4. Grayscale: #C5C5C5. Windows color (decimal): -3221429 or 4970702. OLE color: 4970702.
HSL color Cylindrical-coordinate representation of color #CED84B: hue angle of 64.26º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED84B is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 75 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.15 |
| HSL | 64.26º | 0.64% | 0.57% | - |
| HSV(B) | 64.26º | 0.65% | 0.85% | - |
| XYZ | 51.28 | 62.74 | 16.06 | - |
| YUV | 196.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 75 | 0.05 | 0 | 0.65 | 0.15 | 64.26 | 0.64 | 0.57 |
| Hex | CE | D8 | 4B | 5 | 0 | 41 | F | 40 | 40 | 39 |
| Octal | 316 | 330 | 113 | 5 | 0 | 101 | 17 | 100 | 100 | 71 |
| Binary | 11001110 | 11011000 | 1001011 | 101 | 0 | 1000001 | 1111 | 1000000 | 1000000 | 111001 |
Color Harmonies of #CED84B
Complementary color
Monochromatic Colors of #CED84B
Black with #CED84B
Text Example
Text Example
White with #CED84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED84B; }
p { color: rgb(206,216,75); }
H1.HeaderClassName
{
color: #CED84B;
}
.AnyTagClassName
{
color: #CED84B;
}
</style>
background-color css
<style>
a { background-color: #CED84B; }
a { background-color: rgb(206,216,75); }
div.DivClassName
{
background-color: #CED84B;
}
.BgClassName
{
background-color: #CED84B;
}
</style>
border-color css
<style>
span { border-color: #CED84B; }
span { border-color: rgb(206,216,75); }
td.TdClassName
{
border-color: #CED84B;
}
.TagClassName
{
border-color: #CED84B;
}
</style>