Shades of Las Palmas #BFE62F
Tints of Las Palmas #BFE62F
RGB
CMYK
RGB Variations
Color information
#BFE62F (or 0xBFE62F) is known color: Las Palmas. HEX triplet: BF, E6 and 2F. RGB value is (191,230,47). Sum of RGB (Red+Green+Blue) = 191+230+47=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE62F is #4019D0. Grayscale: #C6C6C6. Windows color (decimal): -4200913 or 3139263. OLE color: 3139263.
HSL color Cylindrical-coordinate representation of color #BFE62F: hue angle of 72.79º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFE62F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 47 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.10 |
| HSL | 72.79º | 0.79% | 0.54% | - |
| HSV(B) | 72.79º | 0.8% | 0.9% | - |
| XYZ | 50.3 | 67.88 | 13.14 | - |
| YUV | 197.48 | 43.08 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 47 | 0.17 | 0 | 0.80 | 0.10 | 72.79 | 0.79 | 0.54 |
| Hex | BF | E6 | 2F | 11 | 0 | 50 | A | 49 | 4F | 36 |
| Octal | 277 | 346 | 57 | 21 | 0 | 120 | 12 | 111 | 117 | 66 |
| Binary | 10111111 | 11100110 | 101111 | 10001 | 0 | 1010000 | 1010 | 1001001 | 1001111 | 110110 |
Color Harmonies of #BFE62F
Complementary color
Monochromatic Colors of #BFE62F
Black with #BFE62F
Text Example
Text Example
White with #BFE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE62F; }
p { color: rgb(191,230,47); }
H1.HeaderClassName
{
color: #BFE62F;
}
.AnyTagClassName
{
color: #BFE62F;
}
</style>
background-color css
<style>
a { background-color: #BFE62F; }
a { background-color: rgb(191,230,47); }
div.DivClassName
{
background-color: #BFE62F;
}
.BgClassName
{
background-color: #BFE62F;
}
</style>
border-color css
<style>
span { border-color: #BFE62F; }
span { border-color: rgb(191,230,47); }
td.TdClassName
{
border-color: #BFE62F;
}
.TagClassName
{
border-color: #BFE62F;
}
</style>