Shades of Las Palmas #CFD948
Tints of Las Palmas #CFD948
RGB
CMYK
RGB Variations
Color information
#CFD948 (or 0xCFD948) is known color: Las Palmas. HEX triplet: CF, D9 and 48. RGB value is (207,217,72). Sum of RGB (Red+Green+Blue) = 207+217+72=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD948 is #3026B7. Grayscale: #C6C6C6. Windows color (decimal): -3155640 or 4774351. OLE color: 4774351.
HSL color Cylindrical-coordinate representation of color #CFD948: hue angle of 64.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFD948 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 72 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.15 |
| HSL | 64.14º | 0.66% | 0.57% | - |
| HSV(B) | 64.14º | 0.67% | 0.85% | - |
| XYZ | 51.71 | 63.36 | 15.63 | - |
| YUV | 197.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 72 | 0.05 | 0 | 0.67 | 0.15 | 64.14 | 0.66 | 0.57 |
| Hex | CF | D9 | 48 | 5 | 0 | 43 | F | 40 | 42 | 39 |
| Octal | 317 | 331 | 110 | 5 | 0 | 103 | 17 | 100 | 102 | 71 |
| Binary | 11001111 | 11011001 | 1001000 | 101 | 0 | 1000011 | 1111 | 1000000 | 1000010 | 111001 |
Color Harmonies of #CFD948
Complementary color
Monochromatic Colors of #CFD948
Black with #CFD948
Text Example
Text Example
White with #CFD948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD948; }
p { color: rgb(207,217,72); }
H1.HeaderClassName
{
color: #CFD948;
}
.AnyTagClassName
{
color: #CFD948;
}
</style>
background-color css
<style>
a { background-color: #CFD948; }
a { background-color: rgb(207,217,72); }
div.DivClassName
{
background-color: #CFD948;
}
.BgClassName
{
background-color: #CFD948;
}
</style>
border-color css
<style>
span { border-color: #CFD948; }
span { border-color: rgb(207,217,72); }
td.TdClassName
{
border-color: #CFD948;
}
.TagClassName
{
border-color: #CFD948;
}
</style>