Shades of Las Palmas #BFE238
Tints of Las Palmas #BFE238
RGB
CMYK
RGB Variations
Color information
#BFE238 (or 0xBFE238) is known color: Las Palmas. HEX triplet: BF, E2 and 38. RGB value is (191,226,56). Sum of RGB (Red+Green+Blue) = 191+226+56=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE238 is #401DC7. Grayscale: #C4C4C4. Windows color (decimal): -4201928 or 3728063. OLE color: 3728063.
HSL color Cylindrical-coordinate representation of color #BFE238: hue angle of 72.35º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BFE238 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 56 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.11 |
| HSL | 72.35º | 0.75% | 0.55% | - |
| HSV(B) | 72.35º | 0.75% | 0.89% | - |
| XYZ | 49.4 | 65.75 | 13.83 | - |
| YUV | 196.16 | 48.9 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 56 | 0.15 | 0 | 0.75 | 0.11 | 72.35 | 0.75 | 0.55 |
| Hex | BF | E2 | 38 | F | 0 | 4B | B | 48 | 4B | 37 |
| Octal | 277 | 342 | 70 | 17 | 0 | 113 | 13 | 110 | 113 | 67 |
| Binary | 10111111 | 11100010 | 111000 | 1111 | 0 | 1001011 | 1011 | 1001000 | 1001011 | 110111 |
Color Harmonies of #BFE238
Complementary color
Monochromatic Colors of #BFE238
Black with #BFE238
Text Example
Text Example
White with #BFE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE238; }
p { color: rgb(191,226,56); }
H1.HeaderClassName
{
color: #BFE238;
}
.AnyTagClassName
{
color: #BFE238;
}
</style>
background-color css
<style>
a { background-color: #BFE238; }
a { background-color: rgb(191,226,56); }
div.DivClassName
{
background-color: #BFE238;
}
.BgClassName
{
background-color: #BFE238;
}
</style>
border-color css
<style>
span { border-color: #BFE238; }
span { border-color: rgb(191,226,56); }
td.TdClassName
{
border-color: #BFE238;
}
.TagClassName
{
border-color: #BFE238;
}
</style>