Shades of Las Palmas #BFD13A
Tints of Las Palmas #BFD13A
RGB
CMYK
RGB Variations
Color information
#BFD13A (or 0xBFD13A) is known color: Las Palmas. HEX triplet: BF, D1 and 3A. RGB value is (191,209,58). Sum of RGB (Red+Green+Blue) = 191+209+58=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD13A is #402EC5. Grayscale: #BABABA. Windows color (decimal): -4206278 or 3854783. OLE color: 3854783.
HSL color Cylindrical-coordinate representation of color #BFD13A: hue angle of 67.15º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD13A is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 58 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.18 |
| HSL | 67.15º | 0.62% | 0.52% | - |
| HSV(B) | 67.15º | 0.72% | 0.82% | - |
| XYZ | 45.05 | 56.98 | 12.63 | - |
| YUV | 186.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 58 | 0.09 | 0 | 0.72 | 0.18 | 67.15 | 0.62 | 0.52 |
| Hex | BF | D1 | 3A | 9 | 0 | 48 | 12 | 43 | 3E | 34 |
| Octal | 277 | 321 | 72 | 11 | 0 | 110 | 22 | 103 | 76 | 64 |
| Binary | 10111111 | 11010001 | 111010 | 1001 | 0 | 1001000 | 10010 | 1000011 | 111110 | 110100 |
Color Harmonies of #BFD13A
Complementary color
Monochromatic Colors of #BFD13A
Black with #BFD13A
Text Example
Text Example
White with #BFD13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD13A; }
p { color: rgb(191,209,58); }
H1.HeaderClassName
{
color: #BFD13A;
}
.AnyTagClassName
{
color: #BFD13A;
}
</style>
background-color css
<style>
a { background-color: #BFD13A; }
a { background-color: rgb(191,209,58); }
div.DivClassName
{
background-color: #BFD13A;
}
.BgClassName
{
background-color: #BFD13A;
}
</style>
border-color css
<style>
span { border-color: #BFD13A; }
span { border-color: rgb(191,209,58); }
td.TdClassName
{
border-color: #BFD13A;
}
.TagClassName
{
border-color: #BFD13A;
}
</style>