Shades of Las Palmas #CFDA4D
Tints of Las Palmas #CFDA4D
RGB
CMYK
RGB Variations
Color information
#CFDA4D (or 0xCFDA4D) is known color: Las Palmas. HEX triplet: CF, DA and 4D. RGB value is (207,218,77). Sum of RGB (Red+Green+Blue) = 207+218+77=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA4D is #3025B2. Grayscale: #C7C7C7. Windows color (decimal): -3155379 or 5102287. OLE color: 5102287.
HSL color Cylindrical-coordinate representation of color #CFDA4D: hue angle of 64.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFDA4D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 77 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.15 |
| HSL | 64.68º | 0.66% | 0.58% | - |
| HSV(B) | 64.68º | 0.65% | 0.85% | - |
| XYZ | 52.14 | 63.94 | 16.62 | - |
| YUV | 198.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 77 | 0.05 | 0 | 0.65 | 0.15 | 64.68 | 0.66 | 0.58 |
| Hex | CF | DA | 4D | 5 | 0 | 41 | F | 41 | 42 | 3A |
| Octal | 317 | 332 | 115 | 5 | 0 | 101 | 17 | 101 | 102 | 72 |
| Binary | 11001111 | 11011010 | 1001101 | 101 | 0 | 1000001 | 1111 | 1000001 | 1000010 | 111010 |
Color Harmonies of #CFDA4D
Complementary color
Monochromatic Colors of #CFDA4D
Black with #CFDA4D
Text Example
Text Example
White with #CFDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA4D; }
p { color: rgb(207,218,77); }
H1.HeaderClassName
{
color: #CFDA4D;
}
.AnyTagClassName
{
color: #CFDA4D;
}
</style>
background-color css
<style>
a { background-color: #CFDA4D; }
a { background-color: rgb(207,218,77); }
div.DivClassName
{
background-color: #CFDA4D;
}
.BgClassName
{
background-color: #CFDA4D;
}
</style>
border-color css
<style>
span { border-color: #CFDA4D; }
span { border-color: rgb(207,218,77); }
td.TdClassName
{
border-color: #CFDA4D;
}
.TagClassName
{
border-color: #CFDA4D;
}
</style>