Shades of Las Palmas #CFDD4D
Tints of Las Palmas #CFDD4D
RGB
CMYK
RGB Variations
Color information
#CFDD4D (or 0xCFDD4D) is known color: Las Palmas. HEX triplet: CF, DD and 4D. RGB value is (207,221,77). Sum of RGB (Red+Green+Blue) = 207+221+77=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD4D is #3022B2. Grayscale: #C8C8C8. Windows color (decimal): -3154611 or 5103055. OLE color: 5103055.
HSL color Cylindrical-coordinate representation of color #CFDD4D: hue angle of 65.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFDD4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 77 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.13 |
| HSL | 65.83º | 0.68% | 0.58% | - |
| HSV(B) | 65.83º | 0.65% | 0.87% | - |
| XYZ | 52.93 | 65.51 | 16.88 | - |
| YUV | 200.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 77 | 0.06 | 0 | 0.65 | 0.13 | 65.83 | 0.68 | 0.58 |
| Hex | CF | DD | 4D | 6 | 0 | 41 | D | 42 | 44 | 3A |
| Octal | 317 | 335 | 115 | 6 | 0 | 101 | 15 | 102 | 104 | 72 |
| Binary | 11001111 | 11011101 | 1001101 | 110 | 0 | 1000001 | 1101 | 1000010 | 1000100 | 111010 |
Color Harmonies of #CFDD4D
Complementary color
Monochromatic Colors of #CFDD4D
Black with #CFDD4D
Text Example
Text Example
White with #CFDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD4D; }
p { color: rgb(207,221,77); }
H1.HeaderClassName
{
color: #CFDD4D;
}
.AnyTagClassName
{
color: #CFDD4D;
}
</style>
background-color css
<style>
a { background-color: #CFDD4D; }
a { background-color: rgb(207,221,77); }
div.DivClassName
{
background-color: #CFDD4D;
}
.BgClassName
{
background-color: #CFDD4D;
}
</style>
border-color css
<style>
span { border-color: #CFDD4D; }
span { border-color: rgb(207,221,77); }
td.TdClassName
{
border-color: #CFDD4D;
}
.TagClassName
{
border-color: #CFDD4D;
}
</style>