Shades of Las Palmas #BFED2E
Tints of Las Palmas #BFED2E
RGB
CMYK
RGB Variations
Color information
#BFED2E (or 0xBFED2E) is known color: Las Palmas. HEX triplet: BF, ED and 2E. RGB value is (191,237,46). Sum of RGB (Red+Green+Blue) = 191+237+46=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFED2E is #4012D1. Grayscale: #CACACA. Windows color (decimal): -4199122 or 3075519. OLE color: 3075519.
HSL color Cylindrical-coordinate representation of color #BFED2E: hue angle of 74.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFED2E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 46 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.07 |
| HSL | 74.45º | 0.84% | 0.55% | - |
| HSV(B) | 74.45º | 0.81% | 0.93% | - |
| XYZ | 52.26 | 71.84 | 13.7 | - |
| YUV | 201.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 46 | 0.19 | 0 | 0.81 | 0.07 | 74.45 | 0.84 | 0.55 |
| Hex | BF | ED | 2E | 13 | 0 | 51 | 7 | 4A | 54 | 37 |
| Octal | 277 | 355 | 56 | 23 | 0 | 121 | 7 | 112 | 124 | 67 |
| Binary | 10111111 | 11101101 | 101110 | 10011 | 0 | 1010001 | 111 | 1001010 | 1010100 | 110111 |
Color Harmonies of #BFED2E
Complementary color
Monochromatic Colors of #BFED2E
Black with #BFED2E
Text Example
Text Example
White with #BFED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED2E; }
p { color: rgb(191,237,46); }
H1.HeaderClassName
{
color: #BFED2E;
}
.AnyTagClassName
{
color: #BFED2E;
}
</style>
background-color css
<style>
a { background-color: #BFED2E; }
a { background-color: rgb(191,237,46); }
div.DivClassName
{
background-color: #BFED2E;
}
.BgClassName
{
background-color: #BFED2E;
}
</style>
border-color css
<style>
span { border-color: #BFED2E; }
span { border-color: rgb(191,237,46); }
td.TdClassName
{
border-color: #BFED2E;
}
.TagClassName
{
border-color: #BFED2E;
}
</style>