Shades of Las Palmas #CFDD3E
Tints of Las Palmas #CFDD3E
RGB
CMYK
RGB Variations
Color information
#CFDD3E (or 0xCFDD3E) is known color: Las Palmas. HEX triplet: CF, DD and 3E. RGB value is (207,221,62). Sum of RGB (Red+Green+Blue) = 207+221+62=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD3E is #3022C1. Grayscale: #C7C7C7. Windows color (decimal): -3154626 or 4120015. OLE color: 4120015.
HSL color Cylindrical-coordinate representation of color #CFDD3E: hue angle of 65.28º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFDD3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.13 |
| HSL | 65.28º | 0.7% | 0.55% | - |
| HSV(B) | 65.28º | 0.72% | 0.87% | - |
| XYZ | 52.46 | 65.33 | 14.4 | - |
| YUV | 198.69 | 50.86 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 62 | 0.06 | 0 | 0.72 | 0.13 | 65.28 | 0.7 | 0.55 |
| Hex | CF | DD | 3E | 6 | 0 | 48 | D | 41 | 46 | 37 |
| Octal | 317 | 335 | 76 | 6 | 0 | 110 | 15 | 101 | 106 | 67 |
| Binary | 11001111 | 11011101 | 111110 | 110 | 0 | 1001000 | 1101 | 1000001 | 1000110 | 110111 |
Color Harmonies of #CFDD3E
Complementary color
Monochromatic Colors of #CFDD3E
Black with #CFDD3E
Text Example
Text Example
White with #CFDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD3E; }
p { color: rgb(207,221,62); }
H1.HeaderClassName
{
color: #CFDD3E;
}
.AnyTagClassName
{
color: #CFDD3E;
}
</style>
background-color css
<style>
a { background-color: #CFDD3E; }
a { background-color: rgb(207,221,62); }
div.DivClassName
{
background-color: #CFDD3E;
}
.BgClassName
{
background-color: #CFDD3E;
}
</style>
border-color css
<style>
span { border-color: #CFDD3E; }
span { border-color: rgb(207,221,62); }
td.TdClassName
{
border-color: #CFDD3E;
}
.TagClassName
{
border-color: #CFDD3E;
}
</style>