Shades of Las Palmas #BFE72F
Tints of Las Palmas #BFE72F
RGB
CMYK
RGB Variations
Color information
#BFE72F (or 0xBFE72F) is known color: Las Palmas. HEX triplet: BF, E7 and 2F. RGB value is (191,231,47). Sum of RGB (Red+Green+Blue) = 191+231+47=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE72F is #4018D0. Grayscale: #C6C6C6. Windows color (decimal): -4200657 or 3139519. OLE color: 3139519.
HSL color Cylindrical-coordinate representation of color #BFE72F: hue angle of 73.04º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFE72F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 47 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.09 |
| HSL | 73.04º | 0.79% | 0.55% | - |
| HSV(B) | 73.04º | 0.8% | 0.91% | - |
| XYZ | 50.57 | 68.43 | 13.23 | - |
| YUV | 198.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 47 | 0.17 | 0 | 0.80 | 0.09 | 73.04 | 0.79 | 0.55 |
| Hex | BF | E7 | 2F | 11 | 0 | 50 | 9 | 49 | 4F | 37 |
| Octal | 277 | 347 | 57 | 21 | 0 | 120 | 11 | 111 | 117 | 67 |
| Binary | 10111111 | 11100111 | 101111 | 10001 | 0 | 1010000 | 1001 | 1001001 | 1001111 | 110111 |
Color Harmonies of #BFE72F
Complementary color
Monochromatic Colors of #BFE72F
Black with #BFE72F
Text Example
Text Example
White with #BFE72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE72F; }
p { color: rgb(191,231,47); }
H1.HeaderClassName
{
color: #BFE72F;
}
.AnyTagClassName
{
color: #BFE72F;
}
</style>
background-color css
<style>
a { background-color: #BFE72F; }
a { background-color: rgb(191,231,47); }
div.DivClassName
{
background-color: #BFE72F;
}
.BgClassName
{
background-color: #BFE72F;
}
</style>
border-color css
<style>
span { border-color: #BFE72F; }
span { border-color: rgb(191,231,47); }
td.TdClassName
{
border-color: #BFE72F;
}
.TagClassName
{
border-color: #BFE72F;
}
</style>