Shades of Las Palmas #BFD33F
Tints of Las Palmas #BFD33F
RGB
CMYK
RGB Variations
Color information
#BFD33F (or 0xBFD33F) is known color: Las Palmas. HEX triplet: BF, D3 and 3F. RGB value is (191,211,63). Sum of RGB (Red+Green+Blue) = 191+211+63=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD33F is #402CC0. Grayscale: #BCBCBC. Windows color (decimal): -4205761 or 4182975. OLE color: 4182975.
HSL color Cylindrical-coordinate representation of color #BFD33F: hue angle of 68.11º 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 #BFD33F is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 63 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.17 |
| HSL | 68.11º | 0.63% | 0.54% | - |
| HSV(B) | 68.11º | 0.7% | 0.83% | - |
| XYZ | 45.68 | 58.02 | 13.49 | - |
| YUV | 188.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 63 | 0.09 | 0 | 0.70 | 0.17 | 68.11 | 0.63 | 0.54 |
| Hex | BF | D3 | 3F | 9 | 0 | 46 | 11 | 44 | 3F | 36 |
| Octal | 277 | 323 | 77 | 11 | 0 | 106 | 21 | 104 | 77 | 66 |
| Binary | 10111111 | 11010011 | 111111 | 1001 | 0 | 1000110 | 10001 | 1000100 | 111111 | 110110 |
Color Harmonies of #BFD33F
Complementary color
Monochromatic Colors of #BFD33F
Black with #BFD33F
Text Example
Text Example
White with #BFD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD33F; }
p { color: rgb(191,211,63); }
H1.HeaderClassName
{
color: #BFD33F;
}
.AnyTagClassName
{
color: #BFD33F;
}
</style>
background-color css
<style>
a { background-color: #BFD33F; }
a { background-color: rgb(191,211,63); }
div.DivClassName
{
background-color: #BFD33F;
}
.BgClassName
{
background-color: #BFD33F;
}
</style>
border-color css
<style>
span { border-color: #BFD33F; }
span { border-color: rgb(191,211,63); }
td.TdClassName
{
border-color: #BFD33F;
}
.TagClassName
{
border-color: #BFD33F;
}
</style>