Shades of Las Palmas #CDDC4E
Tints of Las Palmas #CDDC4E
RGB
CMYK
RGB Variations
Color information
#CDDC4E (or 0xCDDC4E) is known color: Las Palmas. HEX triplet: CD, DC and 4E. RGB value is (205,220,78). Sum of RGB (Red+Green+Blue) = 205+220+78=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC4E is #3223B1. Grayscale: #C7C7C7. Windows color (decimal): -3285938 or 5168333. OLE color: 5168333.
HSL color Cylindrical-coordinate representation of color #CDDC4E: hue angle of 66.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDDC4E is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 78 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.14 |
| HSL | 66.34º | 0.67% | 0.58% | - |
| HSV(B) | 66.34º | 0.65% | 0.86% | - |
| XYZ | 52.15 | 64.72 | 16.95 | - |
| YUV | 199.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 78 | 0.07 | 0 | 0.65 | 0.14 | 66.34 | 0.67 | 0.58 |
| Hex | CD | DC | 4E | 7 | 0 | 41 | E | 42 | 43 | 3A |
| Octal | 315 | 334 | 116 | 7 | 0 | 101 | 16 | 102 | 103 | 72 |
| Binary | 11001101 | 11011100 | 1001110 | 111 | 0 | 1000001 | 1110 | 1000010 | 1000011 | 111010 |
Color Harmonies of #CDDC4E
Complementary color
Monochromatic Colors of #CDDC4E
Black with #CDDC4E
Text Example
Text Example
White with #CDDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC4E; }
p { color: rgb(205,220,78); }
H1.HeaderClassName
{
color: #CDDC4E;
}
.AnyTagClassName
{
color: #CDDC4E;
}
</style>
background-color css
<style>
a { background-color: #CDDC4E; }
a { background-color: rgb(205,220,78); }
div.DivClassName
{
background-color: #CDDC4E;
}
.BgClassName
{
background-color: #CDDC4E;
}
</style>
border-color css
<style>
span { border-color: #CDDC4E; }
span { border-color: rgb(205,220,78); }
td.TdClassName
{
border-color: #CDDC4E;
}
.TagClassName
{
border-color: #CDDC4E;
}
</style>