Shades of Las Palmas #CDE549
Tints of Las Palmas #CDE549
RGB
CMYK
RGB Variations
Color information
#CDE549 (or 0xCDE549) is known color: Las Palmas. HEX triplet: CD, E5 and 49. RGB value is (205,229,73). Sum of RGB (Red+Green+Blue) = 205+229+73=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE549 is #321AB6. Grayscale: #CCCCCC. Windows color (decimal): -3283639 or 4842957. OLE color: 4842957.
HSL color Cylindrical-coordinate representation of color #CDE549: hue angle of 69.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDE549 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 73 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.10 |
| HSL | 69.23º | 0.75% | 0.59% | - |
| HSV(B) | 69.23º | 0.68% | 0.9% | - |
| XYZ | 54.4 | 69.5 | 16.85 | - |
| YUV | 204.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 73 | 0.10 | 0 | 0.68 | 0.10 | 69.23 | 0.75 | 0.59 |
| Hex | CD | E5 | 49 | A | 0 | 44 | A | 45 | 4B | 3B |
| Octal | 315 | 345 | 111 | 12 | 0 | 104 | 12 | 105 | 113 | 73 |
| Binary | 11001101 | 11100101 | 1001001 | 1010 | 0 | 1000100 | 1010 | 1000101 | 1001011 | 111011 |
Color Harmonies of #CDE549
Complementary color
Monochromatic Colors of #CDE549
Black with #CDE549
Text Example
Text Example
White with #CDE549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE549; }
p { color: rgb(205,229,73); }
H1.HeaderClassName
{
color: #CDE549;
}
.AnyTagClassName
{
color: #CDE549;
}
</style>
background-color css
<style>
a { background-color: #CDE549; }
a { background-color: rgb(205,229,73); }
div.DivClassName
{
background-color: #CDE549;
}
.BgClassName
{
background-color: #CDE549;
}
</style>
border-color css
<style>
span { border-color: #CDE549; }
span { border-color: rgb(205,229,73); }
td.TdClassName
{
border-color: #CDE549;
}
.TagClassName
{
border-color: #CDE549;
}
</style>