Shades of Las Palmas #BFE53F
Tints of Las Palmas #BFE53F
RGB
CMYK
RGB Variations
Color information
#BFE53F (or 0xBFE53F) is known color: Las Palmas. HEX triplet: BF, E5 and 3F. RGB value is (191,229,63). Sum of RGB (Red+Green+Blue) = 191+229+63=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 63 (25% from 255 or 13.04% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFE53F is #401AC0. Grayscale: #C7C7C7. Windows color (decimal): -4201153 or 4187583. OLE color: 4187583.
HSL color Cylindrical-coordinate representation of color #BFE53F: hue angle of 73.73º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFE53F is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 63 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.10 |
| HSL | 73.73º | 0.76% | 0.57% | - |
| HSV(B) | 73.73º | 0.72% | 0.9% | - |
| XYZ | 50.4 | 67.47 | 15.07 | - |
| YUV | 198.71 | 51.41 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 63 | 0.17 | 0 | 0.72 | 0.10 | 73.73 | 0.76 | 0.57 |
| Hex | BF | E5 | 3F | 11 | 0 | 48 | A | 4A | 4C | 39 |
| Octal | 277 | 345 | 77 | 21 | 0 | 110 | 12 | 112 | 114 | 71 |
| Binary | 10111111 | 11100101 | 111111 | 10001 | 0 | 1001000 | 1010 | 1001010 | 1001100 | 111001 |
Color Harmonies of #BFE53F
Complementary color
Monochromatic Colors of #BFE53F
Black with #BFE53F
Text Example
Text Example
White with #BFE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE53F; }
p { color: rgb(191,229,63); }
H1.HeaderClassName
{
color: #BFE53F;
}
.AnyTagClassName
{
color: #BFE53F;
}
</style>
background-color css
<style>
a { background-color: #BFE53F; }
a { background-color: rgb(191,229,63); }
div.DivClassName
{
background-color: #BFE53F;
}
.BgClassName
{
background-color: #BFE53F;
}
</style>
border-color css
<style>
span { border-color: #BFE53F; }
span { border-color: rgb(191,229,63); }
td.TdClassName
{
border-color: #BFE53F;
}
.TagClassName
{
border-color: #BFE53F;
}
</style>