Shades of Las Palmas #CDDF4E
Tints of Las Palmas #CDDF4E
RGB
CMYK
RGB Variations
Color information
#CDDF4E (or 0xCDDF4E) is known color: Las Palmas. HEX triplet: CD, DF and 4E. RGB value is (205,223,78). Sum of RGB (Red+Green+Blue) = 205+223+78=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF4E is #3220B1. Grayscale: #C9C9C9. Windows color (decimal): -3285170 or 5169101. OLE color: 5169101.
HSL color Cylindrical-coordinate representation of color #CDDF4E: hue angle of 67.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDDF4E is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 78 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.13 |
| HSL | 67.45º | 0.69% | 0.59% | - |
| HSV(B) | 67.45º | 0.65% | 0.87% | - |
| XYZ | 52.94 | 66.3 | 17.22 | - |
| YUV | 201.09 | 58.54 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 78 | 0.08 | 0 | 0.65 | 0.13 | 67.45 | 0.69 | 0.59 |
| Hex | CD | DF | 4E | 8 | 0 | 41 | D | 43 | 45 | 3B |
| Octal | 315 | 337 | 116 | 10 | 0 | 101 | 15 | 103 | 105 | 73 |
| Binary | 11001101 | 11011111 | 1001110 | 1000 | 0 | 1000001 | 1101 | 1000011 | 1000101 | 111011 |
Color Harmonies of #CDDF4E
Complementary color
Monochromatic Colors of #CDDF4E
Black with #CDDF4E
Text Example
Text Example
White with #CDDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF4E; }
p { color: rgb(205,223,78); }
H1.HeaderClassName
{
color: #CDDF4E;
}
.AnyTagClassName
{
color: #CDDF4E;
}
</style>
background-color css
<style>
a { background-color: #CDDF4E; }
a { background-color: rgb(205,223,78); }
div.DivClassName
{
background-color: #CDDF4E;
}
.BgClassName
{
background-color: #CDDF4E;
}
</style>
border-color css
<style>
span { border-color: #CDDF4E; }
span { border-color: rgb(205,223,78); }
td.TdClassName
{
border-color: #CDDF4E;
}
.TagClassName
{
border-color: #CDDF4E;
}
</style>