Shades of Las Palmas #CFDD4E
Tints of Las Palmas #CFDD4E
RGB
CMYK
RGB Variations
Color information
#CFDD4E (or 0xCFDD4E) is known color: Las Palmas. HEX triplet: CF, DD and 4E. RGB value is (207,221,78). Sum of RGB (Red+Green+Blue) = 207+221+78=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD4E is #3022B1. Grayscale: #C9C9C9. Windows color (decimal): -3154610 or 5168591. OLE color: 5168591.
HSL color Cylindrical-coordinate representation of color #CFDD4E: hue angle of 65.87º degrees, saturation: 0.68, 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 #CFDD4E is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 78 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.13 |
| HSL | 65.87º | 0.68% | 0.59% | - |
| HSV(B) | 65.87º | 0.65% | 0.87% | - |
| XYZ | 52.96 | 65.53 | 17.06 | - |
| YUV | 200.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 78 | 0.06 | 0 | 0.65 | 0.13 | 65.87 | 0.68 | 0.59 |
| Hex | CF | DD | 4E | 6 | 0 | 41 | D | 42 | 44 | 3B |
| Octal | 317 | 335 | 116 | 6 | 0 | 101 | 15 | 102 | 104 | 73 |
| Binary | 11001111 | 11011101 | 1001110 | 110 | 0 | 1000001 | 1101 | 1000010 | 1000100 | 111011 |
Color Harmonies of #CFDD4E
Complementary color
Monochromatic Colors of #CFDD4E
Black with #CFDD4E
Text Example
Text Example
White with #CFDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD4E; }
p { color: rgb(207,221,78); }
H1.HeaderClassName
{
color: #CFDD4E;
}
.AnyTagClassName
{
color: #CFDD4E;
}
</style>
background-color css
<style>
a { background-color: #CFDD4E; }
a { background-color: rgb(207,221,78); }
div.DivClassName
{
background-color: #CFDD4E;
}
.BgClassName
{
background-color: #CFDD4E;
}
</style>
border-color css
<style>
span { border-color: #CFDD4E; }
span { border-color: rgb(207,221,78); }
td.TdClassName
{
border-color: #CFDD4E;
}
.TagClassName
{
border-color: #CFDD4E;
}
</style>