Shades of Las Palmas #CED83F
Tints of Las Palmas #CED83F
RGB
CMYK
RGB Variations
Color information
#CED83F (or 0xCED83F) is known color: Las Palmas. HEX triplet: CE, D8 and 3F. RGB value is (206,216,63). Sum of RGB (Red+Green+Blue) = 206+216+63=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #CED83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED83F is #3127C0. Grayscale: #C4C4C4. Windows color (decimal): -3221441 or 4184270. OLE color: 4184270.
HSL color Cylindrical-coordinate representation of color #CED83F: hue angle of 63.92º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED83F is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 63 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.15 |
| HSL | 63.92º | 0.66% | 0.55% | - |
| HSV(B) | 63.92º | 0.71% | 0.85% | - |
| XYZ | 50.91 | 62.59 | 14.1 | - |
| YUV | 195.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 63 | 0.05 | 0 | 0.71 | 0.15 | 63.92 | 0.66 | 0.55 |
| Hex | CE | D8 | 3F | 5 | 0 | 47 | F | 40 | 42 | 37 |
| Octal | 316 | 330 | 77 | 5 | 0 | 107 | 17 | 100 | 102 | 67 |
| Binary | 11001110 | 11011000 | 111111 | 101 | 0 | 1000111 | 1111 | 1000000 | 1000010 | 110111 |
Color Harmonies of #CED83F
Complementary color
Monochromatic Colors of #CED83F
Black with #CED83F
Text Example
Text Example
White with #CED83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED83F; }
p { color: rgb(206,216,63); }
H1.HeaderClassName
{
color: #CED83F;
}
.AnyTagClassName
{
color: #CED83F;
}
</style>
background-color css
<style>
a { background-color: #CED83F; }
a { background-color: rgb(206,216,63); }
div.DivClassName
{
background-color: #CED83F;
}
.BgClassName
{
background-color: #CED83F;
}
</style>
border-color css
<style>
span { border-color: #CED83F; }
span { border-color: rgb(206,216,63); }
td.TdClassName
{
border-color: #CED83F;
}
.TagClassName
{
border-color: #CED83F;
}
</style>