Shades of Las Palmas #CFDB49
Tints of Las Palmas #CFDB49
RGB
CMYK
RGB Variations
Color information
#CFDB49 (or 0xCFDB49) is known color: Las Palmas. HEX triplet: CF, DB and 49. RGB value is (207,219,73). Sum of RGB (Red+Green+Blue) = 207+219+73=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 73 (28.91% from 255 or 14.63% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB49 is #3024B6. Grayscale: #C7C7C7. Windows color (decimal): -3155127 or 4840399. OLE color: 4840399.
HSL color Cylindrical-coordinate representation of color #CFDB49: hue angle of 64.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFDB49 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 73 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.14 |
| HSL | 64.93º | 0.67% | 0.57% | - |
| HSV(B) | 64.93º | 0.67% | 0.86% | - |
| XYZ | 52.27 | 64.41 | 15.98 | - |
| YUV | 198.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 73 | 0.05 | 0 | 0.67 | 0.14 | 64.93 | 0.67 | 0.57 |
| Hex | CF | DB | 49 | 5 | 0 | 43 | E | 41 | 43 | 39 |
| Octal | 317 | 333 | 111 | 5 | 0 | 103 | 16 | 101 | 103 | 71 |
| Binary | 11001111 | 11011011 | 1001001 | 101 | 0 | 1000011 | 1110 | 1000001 | 1000011 | 111001 |
Color Harmonies of #CFDB49
Complementary color
Monochromatic Colors of #CFDB49
Black with #CFDB49
Text Example
Text Example
White with #CFDB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB49; }
p { color: rgb(207,219,73); }
H1.HeaderClassName
{
color: #CFDB49;
}
.AnyTagClassName
{
color: #CFDB49;
}
</style>
background-color css
<style>
a { background-color: #CFDB49; }
a { background-color: rgb(207,219,73); }
div.DivClassName
{
background-color: #CFDB49;
}
.BgClassName
{
background-color: #CFDB49;
}
</style>
border-color css
<style>
span { border-color: #CFDB49; }
span { border-color: rgb(207,219,73); }
td.TdClassName
{
border-color: #CFDB49;
}
.TagClassName
{
border-color: #CFDB49;
}
</style>