Shades of Las Palmas #CFDF48
Tints of Las Palmas #CFDF48
RGB
CMYK
RGB Variations
Color information
#CFDF48 (or 0xCFDF48) is known color: Las Palmas. HEX triplet: CF, DF and 48. RGB value is (207,223,72). Sum of RGB (Red+Green+Blue) = 207+223+72=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDF48 is #3020B7. Grayscale: #C9C9C9. Windows color (decimal): -3154104 or 4775887. OLE color: 4775887.
HSL color Cylindrical-coordinate representation of color #CFDF48: hue angle of 66.36º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFDF48 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 72 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.13 |
| HSL | 66.36º | 0.7% | 0.58% | - |
| HSV(B) | 66.36º | 0.68% | 0.87% | - |
| XYZ | 53.29 | 66.51 | 16.16 | - |
| YUV | 201 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 72 | 0.07 | 0 | 0.68 | 0.13 | 66.36 | 0.7 | 0.58 |
| Hex | CF | DF | 48 | 7 | 0 | 44 | D | 42 | 46 | 3A |
| Octal | 317 | 337 | 110 | 7 | 0 | 104 | 15 | 102 | 106 | 72 |
| Binary | 11001111 | 11011111 | 1001000 | 111 | 0 | 1000100 | 1101 | 1000010 | 1000110 | 111010 |
Color Harmonies of #CFDF48
Complementary color
Monochromatic Colors of #CFDF48
Black with #CFDF48
Text Example
Text Example
White with #CFDF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF48; }
p { color: rgb(207,223,72); }
H1.HeaderClassName
{
color: #CFDF48;
}
.AnyTagClassName
{
color: #CFDF48;
}
</style>
background-color css
<style>
a { background-color: #CFDF48; }
a { background-color: rgb(207,223,72); }
div.DivClassName
{
background-color: #CFDF48;
}
.BgClassName
{
background-color: #CFDF48;
}
</style>
border-color css
<style>
span { border-color: #CFDF48; }
span { border-color: rgb(207,223,72); }
td.TdClassName
{
border-color: #CFDF48;
}
.TagClassName
{
border-color: #CFDF48;
}
</style>