Shades of Las Palmas #CFDD49
Tints of Las Palmas #CFDD49
RGB
CMYK
RGB Variations
Color information
#CFDD49 (or 0xCFDD49) is known color: Las Palmas. HEX triplet: CF, DD and 49. RGB value is (207,221,73). Sum of RGB (Red+Green+Blue) = 207+221+73=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 73 (28.91% from 255 or 14.57% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD49 is #3022B6. Grayscale: #C8C8C8. Windows color (decimal): -3154615 or 4840911. OLE color: 4840911.
HSL color Cylindrical-coordinate representation of color #CFDD49: hue angle of 65.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFDD49 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 73 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.13 |
| HSL | 65.68º | 0.69% | 0.58% | - |
| HSV(B) | 65.68º | 0.67% | 0.87% | - |
| XYZ | 52.79 | 65.46 | 16.16 | - |
| YUV | 199.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 73 | 0.06 | 0 | 0.67 | 0.13 | 65.68 | 0.69 | 0.58 |
| Hex | CF | DD | 49 | 6 | 0 | 43 | D | 42 | 45 | 3A |
| Octal | 317 | 335 | 111 | 6 | 0 | 103 | 15 | 102 | 105 | 72 |
| Binary | 11001111 | 11011101 | 1001001 | 110 | 0 | 1000011 | 1101 | 1000010 | 1000101 | 111010 |
Color Harmonies of #CFDD49
Complementary color
Monochromatic Colors of #CFDD49
Black with #CFDD49
Text Example
Text Example
White with #CFDD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD49; }
p { color: rgb(207,221,73); }
H1.HeaderClassName
{
color: #CFDD49;
}
.AnyTagClassName
{
color: #CFDD49;
}
</style>
background-color css
<style>
a { background-color: #CFDD49; }
a { background-color: rgb(207,221,73); }
div.DivClassName
{
background-color: #CFDD49;
}
.BgClassName
{
background-color: #CFDD49;
}
</style>
border-color css
<style>
span { border-color: #CFDD49; }
span { border-color: rgb(207,221,73); }
td.TdClassName
{
border-color: #CFDD49;
}
.TagClassName
{
border-color: #CFDD49;
}
</style>