Shades of Las Palmas #CFD945
Tints of Las Palmas #CFD945
RGB
CMYK
RGB Variations
Color information
#CFD945 (or 0xCFD945) is known color: Las Palmas. HEX triplet: CF, D9 and 45. RGB value is (207,217,69). Sum of RGB (Red+Green+Blue) = 207+217+69=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD945 is #3026BA. Grayscale: #C5C5C5. Windows color (decimal): -3155643 or 4577743. OLE color: 4577743.
HSL color Cylindrical-coordinate representation of color #CFD945: hue angle of 64.05º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFD945 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 69 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.15 |
| HSL | 64.05º | 0.66% | 0.56% | - |
| HSV(B) | 64.05º | 0.68% | 0.85% | - |
| XYZ | 51.62 | 63.32 | 15.13 | - |
| YUV | 197.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 69 | 0.05 | 0 | 0.68 | 0.15 | 64.05 | 0.66 | 0.56 |
| Hex | CF | D9 | 45 | 5 | 0 | 44 | F | 40 | 42 | 38 |
| Octal | 317 | 331 | 105 | 5 | 0 | 104 | 17 | 100 | 102 | 70 |
| Binary | 11001111 | 11011001 | 1000101 | 101 | 0 | 1000100 | 1111 | 1000000 | 1000010 | 111000 |
Color Harmonies of #CFD945
Complementary color
Monochromatic Colors of #CFD945
Black with #CFD945
Text Example
Text Example
White with #CFD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD945; }
p { color: rgb(207,217,69); }
H1.HeaderClassName
{
color: #CFD945;
}
.AnyTagClassName
{
color: #CFD945;
}
</style>
background-color css
<style>
a { background-color: #CFD945; }
a { background-color: rgb(207,217,69); }
div.DivClassName
{
background-color: #CFD945;
}
.BgClassName
{
background-color: #CFD945;
}
</style>
border-color css
<style>
span { border-color: #CFD945; }
span { border-color: rgb(207,217,69); }
td.TdClassName
{
border-color: #CFD945;
}
.TagClassName
{
border-color: #CFD945;
}
</style>