Shades of Green Yellow #BFF02F
Tints of Green Yellow #BFF02F
RGB
CMYK
RGB Variations
Color information
#BFF02F (or 0xBFF02F) is known color: Green Yellow. HEX triplet: BF, F0 and 2F. RGB value is (191,240,47). Sum of RGB (Red+Green+Blue) = 191+240+47=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF02F is #400FD0. Grayscale: #CCCCCC. Windows color (decimal): -4198353 or 3141823. OLE color: 3141823.
HSL color Cylindrical-coordinate representation of color #BFF02F: hue angle of 75.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFF02F is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 47 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.06 |
| HSL | 75.23º | 0.87% | 0.56% | - |
| HSV(B) | 75.23º | 0.8% | 0.94% | - |
| XYZ | 53.16 | 73.6 | 14.09 | - |
| YUV | 203.35 | 39.77 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 47 | 0.20 | 0 | 0.80 | 0.06 | 75.23 | 0.87 | 0.56 |
| Hex | BF | F0 | 2F | 14 | 0 | 50 | 6 | 4B | 57 | 38 |
| Octal | 277 | 360 | 57 | 24 | 0 | 120 | 6 | 113 | 127 | 70 |
| Binary | 10111111 | 11110000 | 101111 | 10100 | 0 | 1010000 | 110 | 1001011 | 1010111 | 111000 |
Color Harmonies of #BFF02F
Complementary color
Monochromatic Colors of #BFF02F
Black with #BFF02F
Text Example
Text Example
White with #BFF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF02F; }
p { color: rgb(191,240,47); }
H1.HeaderClassName
{
color: #BFF02F;
}
.AnyTagClassName
{
color: #BFF02F;
}
</style>
background-color css
<style>
a { background-color: #BFF02F; }
a { background-color: rgb(191,240,47); }
div.DivClassName
{
background-color: #BFF02F;
}
.BgClassName
{
background-color: #BFF02F;
}
</style>
border-color css
<style>
span { border-color: #BFF02F; }
span { border-color: rgb(191,240,47); }
td.TdClassName
{
border-color: #BFF02F;
}
.TagClassName
{
border-color: #BFF02F;
}
</style>