Shades of Las Palmas #BFD43B
Tints of Las Palmas #BFD43B
RGB
CMYK
RGB Variations
Color information
#BFD43B (or 0xBFD43B) is known color: Las Palmas. HEX triplet: BF, D4 and 3B. RGB value is (191,212,59). Sum of RGB (Red+Green+Blue) = 191+212+59=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 59 (23.44% from 255 or 12.77% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD43B is #402BC4. Grayscale: #BCBCBC. Windows color (decimal): -4205509 or 3921087. OLE color: 3921087.
HSL color Cylindrical-coordinate representation of color #BFD43B: hue angle of 68.24º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFD43B is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 59 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.17 |
| HSL | 68.24º | 0.64% | 0.53% | - |
| HSV(B) | 68.24º | 0.72% | 0.83% | - |
| XYZ | 45.82 | 58.48 | 13.01 | - |
| YUV | 188.28 | 55.04 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 59 | 0.10 | 0 | 0.72 | 0.17 | 68.24 | 0.64 | 0.53 |
| Hex | BF | D4 | 3B | A | 0 | 48 | 11 | 44 | 40 | 35 |
| Octal | 277 | 324 | 73 | 12 | 0 | 110 | 21 | 104 | 100 | 65 |
| Binary | 10111111 | 11010100 | 111011 | 1010 | 0 | 1001000 | 10001 | 1000100 | 1000000 | 110101 |
Color Harmonies of #BFD43B
Complementary color
Monochromatic Colors of #BFD43B
Black with #BFD43B
Text Example
Text Example
White with #BFD43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD43B; }
p { color: rgb(191,212,59); }
H1.HeaderClassName
{
color: #BFD43B;
}
.AnyTagClassName
{
color: #BFD43B;
}
</style>
background-color css
<style>
a { background-color: #BFD43B; }
a { background-color: rgb(191,212,59); }
div.DivClassName
{
background-color: #BFD43B;
}
.BgClassName
{
background-color: #BFD43B;
}
</style>
border-color css
<style>
span { border-color: #BFD43B; }
span { border-color: rgb(191,212,59); }
td.TdClassName
{
border-color: #BFD43B;
}
.TagClassName
{
border-color: #BFD43B;
}
</style>