Shades of Las Palmas #CDE749
Tints of Las Palmas #CDE749
RGB
CMYK
RGB Variations
Color information
#CDE749 (or 0xCDE749) is known color: Las Palmas. HEX triplet: CD, E7 and 49. RGB value is (205,231,73). Sum of RGB (Red+Green+Blue) = 205+231+73=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 231 (90.62% from 255 or 45.38% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE749 is #3218B6. Grayscale: #CDCDCD. Windows color (decimal): -3283127 or 4843469. OLE color: 4843469.
HSL color Cylindrical-coordinate representation of color #CDE749: hue angle of 69.87º degrees, saturation: 0.77, 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 #CDE749 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 73 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.09 |
| HSL | 69.87º | 0.77% | 0.6% | - |
| HSV(B) | 69.87º | 0.68% | 0.91% | - |
| XYZ | 54.96 | 70.61 | 17.04 | - |
| YUV | 205.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 73 | 0.11 | 0 | 0.68 | 0.09 | 69.87 | 0.77 | 0.6 |
| Hex | CD | E7 | 49 | B | 0 | 44 | 9 | 46 | 4D | 3C |
| Octal | 315 | 347 | 111 | 13 | 0 | 104 | 11 | 106 | 115 | 74 |
| Binary | 11001101 | 11100111 | 1001001 | 1011 | 0 | 1000100 | 1001 | 1000110 | 1001101 | 111100 |
Color Harmonies of #CDE749
Complementary color
Monochromatic Colors of #CDE749
Black with #CDE749
Text Example
Text Example
White with #CDE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE749; }
p { color: rgb(205,231,73); }
H1.HeaderClassName
{
color: #CDE749;
}
.AnyTagClassName
{
color: #CDE749;
}
</style>
background-color css
<style>
a { background-color: #CDE749; }
a { background-color: rgb(205,231,73); }
div.DivClassName
{
background-color: #CDE749;
}
.BgClassName
{
background-color: #CDE749;
}
</style>
border-color css
<style>
span { border-color: #CDE749; }
span { border-color: rgb(205,231,73); }
td.TdClassName
{
border-color: #CDE749;
}
.TagClassName
{
border-color: #CDE749;
}
</style>