Shades of Las Palmas #CFDC43
Tints of Las Palmas #CFDC43
RGB
CMYK
RGB Variations
Color information
#CFDC43 (or 0xCFDC43) is known color: Las Palmas. HEX triplet: CF, DC and 43. RGB value is (207,220,67). Sum of RGB (Red+Green+Blue) = 207+220+67=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC43 is #3023BC. Grayscale: #C7C7C7. Windows color (decimal): -3154877 or 4447439. OLE color: 4447439.
HSL color Cylindrical-coordinate representation of color #CFDC43: hue angle of 65.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFDC43 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 67 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.14 |
| HSL | 65.1º | 0.69% | 0.56% | - |
| HSV(B) | 65.1º | 0.7% | 0.86% | - |
| XYZ | 52.34 | 64.86 | 15.07 | - |
| YUV | 198.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 67 | 0.06 | 0 | 0.70 | 0.14 | 65.1 | 0.69 | 0.56 |
| Hex | CF | DC | 43 | 6 | 0 | 46 | E | 41 | 45 | 38 |
| Octal | 317 | 334 | 103 | 6 | 0 | 106 | 16 | 101 | 105 | 70 |
| Binary | 11001111 | 11011100 | 1000011 | 110 | 0 | 1000110 | 1110 | 1000001 | 1000101 | 111000 |
Color Harmonies of #CFDC43
Complementary color
Monochromatic Colors of #CFDC43
Black with #CFDC43
Text Example
Text Example
White with #CFDC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC43; }
p { color: rgb(207,220,67); }
H1.HeaderClassName
{
color: #CFDC43;
}
.AnyTagClassName
{
color: #CFDC43;
}
</style>
background-color css
<style>
a { background-color: #CFDC43; }
a { background-color: rgb(207,220,67); }
div.DivClassName
{
background-color: #CFDC43;
}
.BgClassName
{
background-color: #CFDC43;
}
</style>
border-color css
<style>
span { border-color: #CFDC43; }
span { border-color: rgb(207,220,67); }
td.TdClassName
{
border-color: #CFDC43;
}
.TagClassName
{
border-color: #CFDC43;
}
</style>