Shades of Las Palmas #CFDC4D
Tints of Las Palmas #CFDC4D
RGB
CMYK
RGB Variations
Color information
#CFDC4D (or 0xCFDC4D) is known color: Las Palmas. HEX triplet: CF, DC and 4D. RGB value is (207,220,77). Sum of RGB (Red+Green+Blue) = 207+220+77=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC4D is #3023B2. Grayscale: #C8C8C8. Windows color (decimal): -3154867 or 5102799. OLE color: 5102799.
HSL color Cylindrical-coordinate representation of color #CFDC4D: hue angle of 65.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFDC4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 77 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.14 |
| HSL | 65.45º | 0.67% | 0.58% | - |
| HSV(B) | 65.45º | 0.65% | 0.86% | - |
| XYZ | 52.66 | 64.99 | 16.79 | - |
| YUV | 199.81 | 58.69 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 77 | 0.06 | 0 | 0.65 | 0.14 | 65.45 | 0.67 | 0.58 |
| Hex | CF | DC | 4D | 6 | 0 | 41 | E | 41 | 43 | 3A |
| Octal | 317 | 334 | 115 | 6 | 0 | 101 | 16 | 101 | 103 | 72 |
| Binary | 11001111 | 11011100 | 1001101 | 110 | 0 | 1000001 | 1110 | 1000001 | 1000011 | 111010 |
Color Harmonies of #CFDC4D
Complementary color
Monochromatic Colors of #CFDC4D
Black with #CFDC4D
Text Example
Text Example
White with #CFDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC4D; }
p { color: rgb(207,220,77); }
H1.HeaderClassName
{
color: #CFDC4D;
}
.AnyTagClassName
{
color: #CFDC4D;
}
</style>
background-color css
<style>
a { background-color: #CFDC4D; }
a { background-color: rgb(207,220,77); }
div.DivClassName
{
background-color: #CFDC4D;
}
.BgClassName
{
background-color: #CFDC4D;
}
</style>
border-color css
<style>
span { border-color: #CFDC4D; }
span { border-color: rgb(207,220,77); }
td.TdClassName
{
border-color: #CFDC4D;
}
.TagClassName
{
border-color: #CFDC4D;
}
</style>