Shades of Las Palmas #CFDA4C
Tints of Las Palmas #CFDA4C
RGB
CMYK
RGB Variations
Color information
#CFDA4C (or 0xCFDA4C) is known color: Las Palmas. HEX triplet: CF, DA and 4C. RGB value is (207,218,76). Sum of RGB (Red+Green+Blue) = 207+218+76=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 76 (30.08% from 255 or 15.17% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA4C is #3025B3. Grayscale: #C7C7C7. Windows color (decimal): -3155380 or 5036751. OLE color: 5036751.
HSL color Cylindrical-coordinate representation of color #CFDA4C: hue angle of 64.65º 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 #CFDA4C is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 76 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.15 |
| HSL | 64.65º | 0.66% | 0.58% | - |
| HSV(B) | 64.65º | 0.65% | 0.85% | - |
| XYZ | 52.11 | 63.93 | 16.43 | - |
| YUV | 198.52 | 58.86 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 76 | 0.05 | 0 | 0.65 | 0.15 | 64.65 | 0.66 | 0.58 |
| Hex | CF | DA | 4C | 5 | 0 | 41 | F | 41 | 42 | 3A |
| Octal | 317 | 332 | 114 | 5 | 0 | 101 | 17 | 101 | 102 | 72 |
| Binary | 11001111 | 11011010 | 1001100 | 101 | 0 | 1000001 | 1111 | 1000001 | 1000010 | 111010 |
Color Harmonies of #CFDA4C
Complementary color
Monochromatic Colors of #CFDA4C
Black with #CFDA4C
Text Example
Text Example
White with #CFDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA4C; }
p { color: rgb(207,218,76); }
H1.HeaderClassName
{
color: #CFDA4C;
}
.AnyTagClassName
{
color: #CFDA4C;
}
</style>
background-color css
<style>
a { background-color: #CFDA4C; }
a { background-color: rgb(207,218,76); }
div.DivClassName
{
background-color: #CFDA4C;
}
.BgClassName
{
background-color: #CFDA4C;
}
</style>
border-color css
<style>
span { border-color: #CFDA4C; }
span { border-color: rgb(207,218,76); }
td.TdClassName
{
border-color: #CFDA4C;
}
.TagClassName
{
border-color: #CFDA4C;
}
</style>