Shades of Las Palmas #CDE54C
Tints of Las Palmas #CDE54C
RGB
CMYK
RGB Variations
Color information
#CDE54C (or 0xCDE54C) is known color: Las Palmas. HEX triplet: CD, E5 and 4C. RGB value is (205,229,76). Sum of RGB (Red+Green+Blue) = 205+229+76=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE54C is #321AB3. Grayscale: #CCCCCC. Windows color (decimal): -3283636 or 5039565. OLE color: 5039565.
HSL color Cylindrical-coordinate representation of color #CDE54C: hue angle of 69.41º 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 #CDE54C is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 76 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.10 |
| HSL | 69.41º | 0.75% | 0.6% | - |
| HSV(B) | 69.41º | 0.67% | 0.9% | - |
| XYZ | 54.5 | 69.54 | 17.39 | - |
| YUV | 204.38 | 55.55 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 76 | 0.10 | 0 | 0.67 | 0.10 | 69.41 | 0.75 | 0.6 |
| Hex | CD | E5 | 4C | A | 0 | 43 | A | 45 | 4B | 3C |
| Octal | 315 | 345 | 114 | 12 | 0 | 103 | 12 | 105 | 113 | 74 |
| Binary | 11001101 | 11100101 | 1001100 | 1010 | 0 | 1000011 | 1010 | 1000101 | 1001011 | 111100 |
Color Harmonies of #CDE54C
Complementary color
Monochromatic Colors of #CDE54C
Black with #CDE54C
Text Example
Text Example
White with #CDE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE54C; }
p { color: rgb(205,229,76); }
H1.HeaderClassName
{
color: #CDE54C;
}
.AnyTagClassName
{
color: #CDE54C;
}
</style>
background-color css
<style>
a { background-color: #CDE54C; }
a { background-color: rgb(205,229,76); }
div.DivClassName
{
background-color: #CDE54C;
}
.BgClassName
{
background-color: #CDE54C;
}
</style>
border-color css
<style>
span { border-color: #CDE54C; }
span { border-color: rgb(205,229,76); }
td.TdClassName
{
border-color: #CDE54C;
}
.TagClassName
{
border-color: #CDE54C;
}
</style>