Shades of Las Palmas #CFDA4A
Tints of Las Palmas #CFDA4A
RGB
CMYK
RGB Variations
Color information
#CFDA4A (or 0xCFDA4A) is known color: Las Palmas. HEX triplet: CF, DA and 4A. RGB value is (207,218,74). Sum of RGB (Red+Green+Blue) = 207+218+74=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA4A is #3025B5. Grayscale: #C6C6C6. Windows color (decimal): -3155382 or 4905679. OLE color: 4905679.
HSL color Cylindrical-coordinate representation of color #CFDA4A: hue angle of 64.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFDA4A is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 74 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.15 |
| HSL | 64.58º | 0.66% | 0.57% | - |
| HSV(B) | 64.58º | 0.66% | 0.85% | - |
| XYZ | 52.04 | 63.9 | 16.07 | - |
| YUV | 198.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 74 | 0.05 | 0 | 0.66 | 0.15 | 64.58 | 0.66 | 0.57 |
| Hex | CF | DA | 4A | 5 | 0 | 42 | F | 41 | 42 | 39 |
| Octal | 317 | 332 | 112 | 5 | 0 | 102 | 17 | 101 | 102 | 71 |
| Binary | 11001111 | 11011010 | 1001010 | 101 | 0 | 1000010 | 1111 | 1000001 | 1000010 | 111001 |
Color Harmonies of #CFDA4A
Complementary color
Monochromatic Colors of #CFDA4A
Black with #CFDA4A
Text Example
Text Example
White with #CFDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA4A; }
p { color: rgb(207,218,74); }
H1.HeaderClassName
{
color: #CFDA4A;
}
.AnyTagClassName
{
color: #CFDA4A;
}
</style>
background-color css
<style>
a { background-color: #CFDA4A; }
a { background-color: rgb(207,218,74); }
div.DivClassName
{
background-color: #CFDA4A;
}
.BgClassName
{
background-color: #CFDA4A;
}
</style>
border-color css
<style>
span { border-color: #CFDA4A; }
span { border-color: rgb(207,218,74); }
td.TdClassName
{
border-color: #CFDA4A;
}
.TagClassName
{
border-color: #CFDA4A;
}
</style>