Shades of Green Yellow #BFF62E
Tints of Green Yellow #BFF62E
RGB
CMYK
RGB Variations
Color information
#BFF62E (or 0xBFF62E) is known color: Green Yellow. HEX triplet: BF, F6 and 2E. RGB value is (191,246,46). Sum of RGB (Red+Green+Blue) = 191+246+46=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF62E is #4009D1. Grayscale: #CFCFCF. Windows color (decimal): -4196818 or 3077823. OLE color: 3077823.
HSL color Cylindrical-coordinate representation of color #BFF62E: hue angle of 76.5º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFF62E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 46 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.04 |
| HSL | 76.5º | 0.92% | 0.57% | - |
| HSV(B) | 76.5º | 0.81% | 0.96% | - |
| XYZ | 54.93 | 77.19 | 14.59 | - |
| YUV | 206.76 | 37.28 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 46 | 0.22 | 0 | 0.81 | 0.04 | 76.5 | 0.92 | 0.57 |
| Hex | BF | F6 | 2E | 16 | 0 | 51 | 4 | 4C | 5C | 39 |
| Octal | 277 | 366 | 56 | 26 | 0 | 121 | 4 | 114 | 134 | 71 |
| Binary | 10111111 | 11110110 | 101110 | 10110 | 0 | 1010001 | 100 | 1001100 | 1011100 | 111001 |
Color Harmonies of #BFF62E
Complementary color
Monochromatic Colors of #BFF62E
Black with #BFF62E
Text Example
Text Example
White with #BFF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF62E; }
p { color: rgb(191,246,46); }
H1.HeaderClassName
{
color: #BFF62E;
}
.AnyTagClassName
{
color: #BFF62E;
}
</style>
background-color css
<style>
a { background-color: #BFF62E; }
a { background-color: rgb(191,246,46); }
div.DivClassName
{
background-color: #BFF62E;
}
.BgClassName
{
background-color: #BFF62E;
}
</style>
border-color css
<style>
span { border-color: #BFF62E; }
span { border-color: rgb(191,246,46); }
td.TdClassName
{
border-color: #BFF62E;
}
.TagClassName
{
border-color: #BFF62E;
}
</style>