Shades of Las Palmas #CEDF49
Tints of Las Palmas #CEDF49
RGB
CMYK
RGB Variations
Color information
#CEDF49 (or 0xCEDF49) is known color: Las Palmas. HEX triplet: CE, DF and 49. RGB value is (206,223,73). Sum of RGB (Red+Green+Blue) = 206+223+73=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF49 is #3120B6. Grayscale: #C9C9C9. Windows color (decimal): -3219639 or 4841422. OLE color: 4841422.
HSL color Cylindrical-coordinate representation of color #CEDF49: hue angle of 66.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEDF49 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 73 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.13 |
| HSL | 66.8º | 0.7% | 0.58% | - |
| HSV(B) | 66.8º | 0.67% | 0.87% | - |
| XYZ | 53.04 | 66.38 | 16.32 | - |
| YUV | 200.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 73 | 0.08 | 0 | 0.67 | 0.13 | 66.8 | 0.7 | 0.58 |
| Hex | CE | DF | 49 | 8 | 0 | 43 | D | 43 | 46 | 3A |
| Octal | 316 | 337 | 111 | 10 | 0 | 103 | 15 | 103 | 106 | 72 |
| Binary | 11001110 | 11011111 | 1001001 | 1000 | 0 | 1000011 | 1101 | 1000011 | 1000110 | 111010 |
Color Harmonies of #CEDF49
Complementary color
Monochromatic Colors of #CEDF49
Black with #CEDF49
Text Example
Text Example
White with #CEDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF49; }
p { color: rgb(206,223,73); }
H1.HeaderClassName
{
color: #CEDF49;
}
.AnyTagClassName
{
color: #CEDF49;
}
</style>
background-color css
<style>
a { background-color: #CEDF49; }
a { background-color: rgb(206,223,73); }
div.DivClassName
{
background-color: #CEDF49;
}
.BgClassName
{
background-color: #CEDF49;
}
</style>
border-color css
<style>
span { border-color: #CEDF49; }
span { border-color: rgb(206,223,73); }
td.TdClassName
{
border-color: #CEDF49;
}
.TagClassName
{
border-color: #CEDF49;
}
</style>