Shades of Las Palmas #CFDB48
Tints of Las Palmas #CFDB48
RGB
CMYK
RGB Variations
Color information
#CFDB48 (or 0xCFDB48) is known color: Las Palmas. HEX triplet: CF, DB and 48. RGB value is (207,219,72). Sum of RGB (Red+Green+Blue) = 207+219+72=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB48 is #3024B7. Grayscale: #C7C7C7. Windows color (decimal): -3155128 or 4774863. OLE color: 4774863.
HSL color Cylindrical-coordinate representation of color #CFDB48: hue angle of 64.9º 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 #CFDB48 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 72 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.14 |
| HSL | 64.9º | 0.67% | 0.57% | - |
| HSV(B) | 64.9º | 0.67% | 0.86% | - |
| XYZ | 52.23 | 64.4 | 15.81 | - |
| YUV | 198.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 72 | 0.05 | 0 | 0.67 | 0.14 | 64.9 | 0.67 | 0.57 |
| Hex | CF | DB | 48 | 5 | 0 | 43 | E | 41 | 43 | 39 |
| Octal | 317 | 333 | 110 | 5 | 0 | 103 | 16 | 101 | 103 | 71 |
| Binary | 11001111 | 11011011 | 1001000 | 101 | 0 | 1000011 | 1110 | 1000001 | 1000011 | 111001 |
Color Harmonies of #CFDB48
Complementary color
Monochromatic Colors of #CFDB48
Black with #CFDB48
Text Example
Text Example
White with #CFDB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB48; }
p { color: rgb(207,219,72); }
H1.HeaderClassName
{
color: #CFDB48;
}
.AnyTagClassName
{
color: #CFDB48;
}
</style>
background-color css
<style>
a { background-color: #CFDB48; }
a { background-color: rgb(207,219,72); }
div.DivClassName
{
background-color: #CFDB48;
}
.BgClassName
{
background-color: #CFDB48;
}
</style>
border-color css
<style>
span { border-color: #CFDB48; }
span { border-color: rgb(207,219,72); }
td.TdClassName
{
border-color: #CFDB48;
}
.TagClassName
{
border-color: #CFDB48;
}
</style>