Shades of Las Palmas #CDE94D
Tints of Las Palmas #CDE94D
RGB
CMYK
RGB Variations
Color information
#CDE94D (or 0xCDE94D) is known color: Las Palmas. HEX triplet: CD, E9 and 4D. RGB value is (205,233,77). Sum of RGB (Red+Green+Blue) = 205+233+77=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE94D is #3216B2. Grayscale: #CFCFCF. Windows color (decimal): -3282611 or 5106125. OLE color: 5106125.
HSL color Cylindrical-coordinate representation of color #CDE94D: hue angle of 70.77º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDE94D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 77 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.09 |
| HSL | 70.77º | 0.78% | 0.61% | - |
| HSV(B) | 70.77º | 0.67% | 0.91% | - |
| XYZ | 55.66 | 71.79 | 17.95 | - |
| YUV | 206.84 | 54.72 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 77 | 0.12 | 0 | 0.67 | 0.09 | 70.77 | 0.78 | 0.61 |
| Hex | CD | E9 | 4D | C | 0 | 43 | 9 | 47 | 4E | 3D |
| Octal | 315 | 351 | 115 | 14 | 0 | 103 | 11 | 107 | 116 | 75 |
| Binary | 11001101 | 11101001 | 1001101 | 1100 | 0 | 1000011 | 1001 | 1000111 | 1001110 | 111101 |
Color Harmonies of #CDE94D
Complementary color
Monochromatic Colors of #CDE94D
Black with #CDE94D
Text Example
Text Example
White with #CDE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE94D; }
p { color: rgb(205,233,77); }
H1.HeaderClassName
{
color: #CDE94D;
}
.AnyTagClassName
{
color: #CDE94D;
}
</style>
background-color css
<style>
a { background-color: #CDE94D; }
a { background-color: rgb(205,233,77); }
div.DivClassName
{
background-color: #CDE94D;
}
.BgClassName
{
background-color: #CDE94D;
}
</style>
border-color css
<style>
span { border-color: #CDE94D; }
span { border-color: rgb(205,233,77); }
td.TdClassName
{
border-color: #CDE94D;
}
.TagClassName
{
border-color: #CDE94D;
}
</style>