Shades of Las Palmas #BFD43F
Tints of Las Palmas #BFD43F
RGB
CMYK
RGB Variations
Color information
#BFD43F (or 0xBFD43F) is known color: Las Palmas. HEX triplet: BF, D4 and 3F. RGB value is (191,212,63). Sum of RGB (Red+Green+Blue) = 191+212+63=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD43F is #402BC0. Grayscale: #BDBDBD. Windows color (decimal): -4205505 or 4183231. OLE color: 4183231.
HSL color Cylindrical-coordinate representation of color #BFD43F: hue angle of 68.46º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFD43F is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 63 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.17 |
| HSL | 68.46º | 0.63% | 0.54% | - |
| HSV(B) | 68.46º | 0.7% | 0.83% | - |
| XYZ | 45.93 | 58.52 | 13.58 | - |
| YUV | 188.74 | 57.04 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 63 | 0.10 | 0 | 0.70 | 0.17 | 68.46 | 0.63 | 0.54 |
| Hex | BF | D4 | 3F | A | 0 | 46 | 11 | 44 | 3F | 36 |
| Octal | 277 | 324 | 77 | 12 | 0 | 106 | 21 | 104 | 77 | 66 |
| Binary | 10111111 | 11010100 | 111111 | 1010 | 0 | 1000110 | 10001 | 1000100 | 111111 | 110110 |
Color Harmonies of #BFD43F
Complementary color
Monochromatic Colors of #BFD43F
Black with #BFD43F
Text Example
Text Example
White with #BFD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD43F; }
p { color: rgb(191,212,63); }
H1.HeaderClassName
{
color: #BFD43F;
}
.AnyTagClassName
{
color: #BFD43F;
}
</style>
background-color css
<style>
a { background-color: #BFD43F; }
a { background-color: rgb(191,212,63); }
div.DivClassName
{
background-color: #BFD43F;
}
.BgClassName
{
background-color: #BFD43F;
}
</style>
border-color css
<style>
span { border-color: #BFD43F; }
span { border-color: rgb(191,212,63); }
td.TdClassName
{
border-color: #BFD43F;
}
.TagClassName
{
border-color: #BFD43F;
}
</style>