Shades of Las Palmas #BFD43A
Tints of Las Palmas #BFD43A
RGB
CMYK
RGB Variations
Color information
#BFD43A (or 0xBFD43A) is known color: Las Palmas. HEX triplet: BF, D4 and 3A. RGB value is (191,212,58). Sum of RGB (Red+Green+Blue) = 191+212+58=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 58 (23.05% from 255 or 12.58% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD43A is #402BC5. Grayscale: #BCBCBC. Windows color (decimal): -4205510 or 3855551. OLE color: 3855551.
HSL color Cylindrical-coordinate representation of color #BFD43A: hue angle of 68.18º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFD43A is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 58 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.17 |
| HSL | 68.18º | 0.64% | 0.53% | - |
| HSV(B) | 68.18º | 0.73% | 0.83% | - |
| XYZ | 45.79 | 58.47 | 12.88 | - |
| YUV | 188.17 | 54.54 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 58 | 0.10 | 0 | 0.73 | 0.17 | 68.18 | 0.64 | 0.53 |
| Hex | BF | D4 | 3A | A | 0 | 49 | 11 | 44 | 40 | 35 |
| Octal | 277 | 324 | 72 | 12 | 0 | 111 | 21 | 104 | 100 | 65 |
| Binary | 10111111 | 11010100 | 111010 | 1010 | 0 | 1001001 | 10001 | 1000100 | 1000000 | 110101 |
Color Harmonies of #BFD43A
Complementary color
Monochromatic Colors of #BFD43A
Black with #BFD43A
Text Example
Text Example
White with #BFD43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD43A; }
p { color: rgb(191,212,58); }
H1.HeaderClassName
{
color: #BFD43A;
}
.AnyTagClassName
{
color: #BFD43A;
}
</style>
background-color css
<style>
a { background-color: #BFD43A; }
a { background-color: rgb(191,212,58); }
div.DivClassName
{
background-color: #BFD43A;
}
.BgClassName
{
background-color: #BFD43A;
}
</style>
border-color css
<style>
span { border-color: #BFD43A; }
span { border-color: rgb(191,212,58); }
td.TdClassName
{
border-color: #BFD43A;
}
.TagClassName
{
border-color: #BFD43A;
}
</style>