Shades of Las Palmas #CDE94B
Tints of Las Palmas #CDE94B
RGB
CMYK
RGB Variations
Color information
#CDE94B (or 0xCDE94B) is known color: Las Palmas. HEX triplet: CD, E9 and 4B. RGB value is (205,233,75). Sum of RGB (Red+Green+Blue) = 205+233+75=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE94B is #3216B4. Grayscale: #CFCFCF. Windows color (decimal): -3282613 or 4975053. OLE color: 4975053.
HSL color Cylindrical-coordinate representation of color #CDE94B: hue angle of 70.63º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDE94B is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 75 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.09 |
| HSL | 70.63º | 0.78% | 0.6% | - |
| HSV(B) | 70.63º | 0.68% | 0.91% | - |
| XYZ | 55.59 | 71.76 | 17.58 | - |
| YUV | 206.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 75 | 0.12 | 0 | 0.68 | 0.09 | 70.63 | 0.78 | 0.6 |
| Hex | CD | E9 | 4B | C | 0 | 44 | 9 | 47 | 4E | 3C |
| Octal | 315 | 351 | 113 | 14 | 0 | 104 | 11 | 107 | 116 | 74 |
| Binary | 11001101 | 11101001 | 1001011 | 1100 | 0 | 1000100 | 1001 | 1000111 | 1001110 | 111100 |
Color Harmonies of #CDE94B
Complementary color
Monochromatic Colors of #CDE94B
Black with #CDE94B
Text Example
Text Example
White with #CDE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE94B; }
p { color: rgb(205,233,75); }
H1.HeaderClassName
{
color: #CDE94B;
}
.AnyTagClassName
{
color: #CDE94B;
}
</style>
background-color css
<style>
a { background-color: #CDE94B; }
a { background-color: rgb(205,233,75); }
div.DivClassName
{
background-color: #CDE94B;
}
.BgClassName
{
background-color: #CDE94B;
}
</style>
border-color css
<style>
span { border-color: #CDE94B; }
span { border-color: rgb(205,233,75); }
td.TdClassName
{
border-color: #CDE94B;
}
.TagClassName
{
border-color: #CDE94B;
}
</style>