Shades of Las Palmas #CDE64F
Tints of Las Palmas #CDE64F
RGB
CMYK
RGB Variations
Color information
#CDE64F (or 0xCDE64F) is known color: Las Palmas. HEX triplet: CD, E6 and 4F. RGB value is (205,230,79). Sum of RGB (Red+Green+Blue) = 205+230+79=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE64F is #3219B0. Grayscale: #CDCDCD. Windows color (decimal): -3283377 or 5236429. OLE color: 5236429.
HSL color Cylindrical-coordinate representation of color #CDE64F: hue angle of 69.93º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDE64F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 79 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.10 |
| HSL | 69.93º | 0.75% | 0.61% | - |
| HSV(B) | 69.93º | 0.66% | 0.9% | - |
| XYZ | 54.88 | 70.14 | 18.04 | - |
| YUV | 205.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 79 | 0.11 | 0 | 0.66 | 0.10 | 69.93 | 0.75 | 0.61 |
| Hex | CD | E6 | 4F | B | 0 | 42 | A | 46 | 4B | 3D |
| Octal | 315 | 346 | 117 | 13 | 0 | 102 | 12 | 106 | 113 | 75 |
| Binary | 11001101 | 11100110 | 1001111 | 1011 | 0 | 1000010 | 1010 | 1000110 | 1001011 | 111101 |
Color Harmonies of #CDE64F
Complementary color
Monochromatic Colors of #CDE64F
Black with #CDE64F
Text Example
Text Example
White with #CDE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE64F; }
p { color: rgb(205,230,79); }
H1.HeaderClassName
{
color: #CDE64F;
}
.AnyTagClassName
{
color: #CDE64F;
}
</style>
background-color css
<style>
a { background-color: #CDE64F; }
a { background-color: rgb(205,230,79); }
div.DivClassName
{
background-color: #CDE64F;
}
.BgClassName
{
background-color: #CDE64F;
}
</style>
border-color css
<style>
span { border-color: #CDE64F; }
span { border-color: rgb(205,230,79); }
td.TdClassName
{
border-color: #CDE64F;
}
.TagClassName
{
border-color: #CDE64F;
}
</style>