Shades of Las Palmas #CFDC45
Tints of Las Palmas #CFDC45
RGB
CMYK
RGB Variations
Color information
#CFDC45 (or 0xCFDC45) is known color: Las Palmas. HEX triplet: CF, DC and 45. RGB value is (207,220,69). Sum of RGB (Red+Green+Blue) = 207+220+69=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC45 is #3023BA. Grayscale: #C7C7C7. Windows color (decimal): -3154875 or 4578511. OLE color: 4578511.
HSL color Cylindrical-coordinate representation of color #CFDC45: hue angle of 65.17º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFDC45 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 69 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.14 |
| HSL | 65.17º | 0.68% | 0.57% | - |
| HSV(B) | 65.17º | 0.69% | 0.86% | - |
| XYZ | 52.4 | 64.88 | 15.39 | - |
| YUV | 198.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 69 | 0.06 | 0 | 0.69 | 0.14 | 65.17 | 0.68 | 0.57 |
| Hex | CF | DC | 45 | 6 | 0 | 45 | E | 41 | 44 | 39 |
| Octal | 317 | 334 | 105 | 6 | 0 | 105 | 16 | 101 | 104 | 71 |
| Binary | 11001111 | 11011100 | 1000101 | 110 | 0 | 1000101 | 1110 | 1000001 | 1000100 | 111001 |
Color Harmonies of #CFDC45
Complementary color
Monochromatic Colors of #CFDC45
Black with #CFDC45
Text Example
Text Example
White with #CFDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC45; }
p { color: rgb(207,220,69); }
H1.HeaderClassName
{
color: #CFDC45;
}
.AnyTagClassName
{
color: #CFDC45;
}
</style>
background-color css
<style>
a { background-color: #CFDC45; }
a { background-color: rgb(207,220,69); }
div.DivClassName
{
background-color: #CFDC45;
}
.BgClassName
{
background-color: #CFDC45;
}
</style>
border-color css
<style>
span { border-color: #CFDC45; }
span { border-color: rgb(207,220,69); }
td.TdClassName
{
border-color: #CFDC45;
}
.TagClassName
{
border-color: #CFDC45;
}
</style>