Shades of Las Palmas #CFDA42
Tints of Las Palmas #CFDA42
RGB
CMYK
RGB Variations
Color information
#CFDA42 (or 0xCFDA42) is known color: Las Palmas. HEX triplet: CF, DA and 42. RGB value is (207,218,66). Sum of RGB (Red+Green+Blue) = 207+218+66=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA42 is #3025BD. Grayscale: #C5C5C5. Windows color (decimal): -3155390 or 4381391. OLE color: 4381391.
HSL color Cylindrical-coordinate representation of color #CFDA42: hue angle of 64.34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFDA42 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 66 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.15 |
| HSL | 64.34º | 0.67% | 0.56% | - |
| HSV(B) | 64.34º | 0.7% | 0.85% | - |
| XYZ | 51.79 | 63.8 | 14.74 | - |
| YUV | 197.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 66 | 0.05 | 0 | 0.70 | 0.15 | 64.34 | 0.67 | 0.56 |
| Hex | CF | DA | 42 | 5 | 0 | 46 | F | 40 | 43 | 38 |
| Octal | 317 | 332 | 102 | 5 | 0 | 106 | 17 | 100 | 103 | 70 |
| Binary | 11001111 | 11011010 | 1000010 | 101 | 0 | 1000110 | 1111 | 1000000 | 1000011 | 111000 |
Color Harmonies of #CFDA42
Complementary color
Monochromatic Colors of #CFDA42
Black with #CFDA42
Text Example
Text Example
White with #CFDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA42; }
p { color: rgb(207,218,66); }
H1.HeaderClassName
{
color: #CFDA42;
}
.AnyTagClassName
{
color: #CFDA42;
}
</style>
background-color css
<style>
a { background-color: #CFDA42; }
a { background-color: rgb(207,218,66); }
div.DivClassName
{
background-color: #CFDA42;
}
.BgClassName
{
background-color: #CFDA42;
}
</style>
border-color css
<style>
span { border-color: #CFDA42; }
span { border-color: rgb(207,218,66); }
td.TdClassName
{
border-color: #CFDA42;
}
.TagClassName
{
border-color: #CFDA42;
}
</style>