Shades of Las Palmas #CDE64C
Tints of Las Palmas #CDE64C
RGB
CMYK
RGB Variations
Color information
#CDE64C (or 0xCDE64C) is known color: Las Palmas. HEX triplet: CD, E6 and 4C. RGB value is (205,230,76). Sum of RGB (Red+Green+Blue) = 205+230+76=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE64C is #3219B3. Grayscale: #CDCDCD. Windows color (decimal): -3283380 or 5039821. OLE color: 5039821.
HSL color Cylindrical-coordinate representation of color #CDE64C: hue angle of 69.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDE64C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 76 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.10 |
| HSL | 69.74º | 0.75% | 0.6% | - |
| HSV(B) | 69.74º | 0.67% | 0.9% | - |
| XYZ | 54.78 | 70.09 | 17.48 | - |
| YUV | 204.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 76 | 0.11 | 0 | 0.67 | 0.10 | 69.74 | 0.75 | 0.6 |
| Hex | CD | E6 | 4C | B | 0 | 43 | A | 46 | 4B | 3C |
| Octal | 315 | 346 | 114 | 13 | 0 | 103 | 12 | 106 | 113 | 74 |
| Binary | 11001101 | 11100110 | 1001100 | 1011 | 0 | 1000011 | 1010 | 1000110 | 1001011 | 111100 |
Color Harmonies of #CDE64C
Complementary color
Monochromatic Colors of #CDE64C
Black with #CDE64C
Text Example
Text Example
White with #CDE64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE64C; }
p { color: rgb(205,230,76); }
H1.HeaderClassName
{
color: #CDE64C;
}
.AnyTagClassName
{
color: #CDE64C;
}
</style>
background-color css
<style>
a { background-color: #CDE64C; }
a { background-color: rgb(205,230,76); }
div.DivClassName
{
background-color: #CDE64C;
}
.BgClassName
{
background-color: #CDE64C;
}
</style>
border-color css
<style>
span { border-color: #CDE64C; }
span { border-color: rgb(205,230,76); }
td.TdClassName
{
border-color: #CDE64C;
}
.TagClassName
{
border-color: #CDE64C;
}
</style>