Shades of Las Palmas #CEDF42
Tints of Las Palmas #CEDF42
RGB
CMYK
RGB Variations
Color information
#CEDF42 (or 0xCEDF42) is known color: Las Palmas. HEX triplet: CE, DF and 42. RGB value is (206,223,66). Sum of RGB (Red+Green+Blue) = 206+223+66=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF42 is #3120BD. Grayscale: #C8C8C8. Windows color (decimal): -3219646 or 4382670. OLE color: 4382670.
HSL color Cylindrical-coordinate representation of color #CEDF42: hue angle of 66.5º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEDF42 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 66 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.13 |
| HSL | 66.5º | 0.71% | 0.57% | - |
| HSV(B) | 66.5º | 0.7% | 0.87% | - |
| XYZ | 52.82 | 66.29 | 15.17 | - |
| YUV | 200.02 | 52.37 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 66 | 0.08 | 0 | 0.70 | 0.13 | 66.5 | 0.71 | 0.57 |
| Hex | CE | DF | 42 | 8 | 0 | 46 | D | 42 | 47 | 39 |
| Octal | 316 | 337 | 102 | 10 | 0 | 106 | 15 | 102 | 107 | 71 |
| Binary | 11001110 | 11011111 | 1000010 | 1000 | 0 | 1000110 | 1101 | 1000010 | 1000111 | 111001 |
Color Harmonies of #CEDF42
Complementary color
Monochromatic Colors of #CEDF42
Black with #CEDF42
Text Example
Text Example
White with #CEDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF42; }
p { color: rgb(206,223,66); }
H1.HeaderClassName
{
color: #CEDF42;
}
.AnyTagClassName
{
color: #CEDF42;
}
</style>
background-color css
<style>
a { background-color: #CEDF42; }
a { background-color: rgb(206,223,66); }
div.DivClassName
{
background-color: #CEDF42;
}
.BgClassName
{
background-color: #CEDF42;
}
</style>
border-color css
<style>
span { border-color: #CEDF42; }
span { border-color: rgb(206,223,66); }
td.TdClassName
{
border-color: #CEDF42;
}
.TagClassName
{
border-color: #CEDF42;
}
</style>