Shades of Las Palmas #CDE043
Tints of Las Palmas #CDE043
RGB
CMYK
RGB Variations
Color information
#CDE043 (or 0xCDE043) is known color: Las Palmas. HEX triplet: CD, E0 and 43. RGB value is (205,224,67). Sum of RGB (Red+Green+Blue) = 205+224+67=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE043 is #321FBC. Grayscale: #C9C9C9. Windows color (decimal): -3284925 or 4448461. OLE color: 4448461.
HSL color Cylindrical-coordinate representation of color #CDE043: hue angle of 67.26º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDE043 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 67 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.12 |
| HSL | 67.26º | 0.72% | 0.57% | - |
| HSV(B) | 67.26º | 0.7% | 0.88% | - |
| XYZ | 52.85 | 66.7 | 15.4 | - |
| YUV | 200.42 | 52.71 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 67 | 0.08 | 0 | 0.70 | 0.12 | 67.26 | 0.72 | 0.57 |
| Hex | CD | E0 | 43 | 8 | 0 | 46 | C | 43 | 48 | 39 |
| Octal | 315 | 340 | 103 | 10 | 0 | 106 | 14 | 103 | 110 | 71 |
| Binary | 11001101 | 11100000 | 1000011 | 1000 | 0 | 1000110 | 1100 | 1000011 | 1001000 | 111001 |
Color Harmonies of #CDE043
Complementary color
Monochromatic Colors of #CDE043
Black with #CDE043
Text Example
Text Example
White with #CDE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE043; }
p { color: rgb(205,224,67); }
H1.HeaderClassName
{
color: #CDE043;
}
.AnyTagClassName
{
color: #CDE043;
}
</style>
background-color css
<style>
a { background-color: #CDE043; }
a { background-color: rgb(205,224,67); }
div.DivClassName
{
background-color: #CDE043;
}
.BgClassName
{
background-color: #CDE043;
}
</style>
border-color css
<style>
span { border-color: #CDE043; }
span { border-color: rgb(205,224,67); }
td.TdClassName
{
border-color: #CDE043;
}
.TagClassName
{
border-color: #CDE043;
}
</style>