Shades of Las Palmas #CFDC49
Tints of Las Palmas #CFDC49
RGB
CMYK
RGB Variations
Color information
#CFDC49 (or 0xCFDC49) is known color: Las Palmas. HEX triplet: CF, DC and 49. RGB value is (207,220,73). Sum of RGB (Red+Green+Blue) = 207+220+73=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC49 is #3023B6. Grayscale: #C7C7C7. Windows color (decimal): -3154871 or 4840655. OLE color: 4840655.
HSL color Cylindrical-coordinate representation of color #CFDC49: hue angle of 65.31º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFDC49 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 73 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.14 |
| HSL | 65.31º | 0.68% | 0.57% | - |
| HSV(B) | 65.31º | 0.67% | 0.86% | - |
| XYZ | 52.53 | 64.93 | 16.07 | - |
| YUV | 199.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 73 | 0.06 | 0 | 0.67 | 0.14 | 65.31 | 0.68 | 0.57 |
| Hex | CF | DC | 49 | 6 | 0 | 43 | E | 41 | 44 | 39 |
| Octal | 317 | 334 | 111 | 6 | 0 | 103 | 16 | 101 | 104 | 71 |
| Binary | 11001111 | 11011100 | 1001001 | 110 | 0 | 1000011 | 1110 | 1000001 | 1000100 | 111001 |
Color Harmonies of #CFDC49
Complementary color
Monochromatic Colors of #CFDC49
Black with #CFDC49
Text Example
Text Example
White with #CFDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC49; }
p { color: rgb(207,220,73); }
H1.HeaderClassName
{
color: #CFDC49;
}
.AnyTagClassName
{
color: #CFDC49;
}
</style>
background-color css
<style>
a { background-color: #CFDC49; }
a { background-color: rgb(207,220,73); }
div.DivClassName
{
background-color: #CFDC49;
}
.BgClassName
{
background-color: #CFDC49;
}
</style>
border-color css
<style>
span { border-color: #CFDC49; }
span { border-color: rgb(207,220,73); }
td.TdClassName
{
border-color: #CFDC49;
}
.TagClassName
{
border-color: #CFDC49;
}
</style>