Shades of Las Palmas #BFE938
Tints of Las Palmas #BFE938
RGB
CMYK
RGB Variations
Color information
#BFE938 (or 0xBFE938) is known color: Las Palmas. HEX triplet: BF, E9 and 38. RGB value is (191,233,56). Sum of RGB (Red+Green+Blue) = 191+233+56=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE938 is #4016C7. Grayscale: #C8C8C8. Windows color (decimal): -4200136 or 3729855. OLE color: 3729855.
HSL color Cylindrical-coordinate representation of color #BFE938: hue angle of 74.24º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFE938 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 56 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.09 |
| HSL | 74.24º | 0.8% | 0.57% | - |
| HSV(B) | 74.24º | 0.76% | 0.91% | - |
| XYZ | 51.34 | 69.64 | 14.48 | - |
| YUV | 200.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 56 | 0.18 | 0 | 0.76 | 0.09 | 74.24 | 0.8 | 0.57 |
| Hex | BF | E9 | 38 | 12 | 0 | 4C | 9 | 4A | 50 | 39 |
| Octal | 277 | 351 | 70 | 22 | 0 | 114 | 11 | 112 | 120 | 71 |
| Binary | 10111111 | 11101001 | 111000 | 10010 | 0 | 1001100 | 1001 | 1001010 | 1010000 | 111001 |
Color Harmonies of #BFE938
Complementary color
Monochromatic Colors of #BFE938
Black with #BFE938
Text Example
Text Example
White with #BFE938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE938; }
p { color: rgb(191,233,56); }
H1.HeaderClassName
{
color: #BFE938;
}
.AnyTagClassName
{
color: #BFE938;
}
</style>
background-color css
<style>
a { background-color: #BFE938; }
a { background-color: rgb(191,233,56); }
div.DivClassName
{
background-color: #BFE938;
}
.BgClassName
{
background-color: #BFE938;
}
</style>
border-color css
<style>
span { border-color: #BFE938; }
span { border-color: rgb(191,233,56); }
td.TdClassName
{
border-color: #BFE938;
}
.TagClassName
{
border-color: #BFE938;
}
</style>