Shades of Green Yellow #BFF740
Tints of Green Yellow #BFF740
RGB
CMYK
RGB Variations
Color information
#BFF740 (or 0xBFF740) is known color: Green Yellow. HEX triplet: BF, F7 and 40. RGB value is (191,247,64). Sum of RGB (Red+Green+Blue) = 191+247+64=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF740 is #4008BF. Grayscale: #D2D2D2. Windows color (decimal): -4196544 or 4257727. OLE color: 4257727.
HSL color Cylindrical-coordinate representation of color #BFF740: hue angle of 78.36º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFF740 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.03 |
| HSL | 78.36º | 0.92% | 0.61% | - |
| HSV(B) | 78.36º | 0.74% | 0.97% | - |
| XYZ | 55.67 | 77.97 | 16.97 | - |
| YUV | 209.39 | 45.95 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 64 | 0.23 | 0 | 0.74 | 0.03 | 78.36 | 0.92 | 0.61 |
| Hex | BF | F7 | 40 | 17 | 0 | 4A | 3 | 4E | 5C | 3D |
| Octal | 277 | 367 | 100 | 27 | 0 | 112 | 3 | 116 | 134 | 75 |
| Binary | 10111111 | 11110111 | 1000000 | 10111 | 0 | 1001010 | 11 | 1001110 | 1011100 | 111101 |
Color Harmonies of #BFF740
Complementary color
Monochromatic Colors of #BFF740
Black with #BFF740
Text Example
Text Example
White with #BFF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF740; }
p { color: rgb(191,247,64); }
H1.HeaderClassName
{
color: #BFF740;
}
.AnyTagClassName
{
color: #BFF740;
}
</style>
background-color css
<style>
a { background-color: #BFF740; }
a { background-color: rgb(191,247,64); }
div.DivClassName
{
background-color: #BFF740;
}
.BgClassName
{
background-color: #BFF740;
}
</style>
border-color css
<style>
span { border-color: #BFF740; }
span { border-color: rgb(191,247,64); }
td.TdClassName
{
border-color: #BFF740;
}
.TagClassName
{
border-color: #BFF740;
}
</style>