Shades of Green Yellow #BFF02D
Tints of Green Yellow #BFF02D
RGB
CMYK
RGB Variations
Color information
#BFF02D (or 0xBFF02D) is known color: Green Yellow. HEX triplet: BF, F0 and 2D. RGB value is (191,240,45). Sum of RGB (Red+Green+Blue) = 191+240+45=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF02D is #400FD2. Grayscale: #CBCBCB. Windows color (decimal): -4198355 or 3010751. OLE color: 3010751.
HSL color Cylindrical-coordinate representation of color #BFF02D: hue angle of 75.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFF02D is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 45 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.06 |
| HSL | 75.08º | 0.87% | 0.56% | - |
| HSV(B) | 75.08º | 0.81% | 0.94% | - |
| XYZ | 53.12 | 73.59 | 13.89 | - |
| YUV | 203.12 | 38.77 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 45 | 0.20 | 0 | 0.81 | 0.06 | 75.08 | 0.87 | 0.56 |
| Hex | BF | F0 | 2D | 14 | 0 | 51 | 6 | 4B | 57 | 38 |
| Octal | 277 | 360 | 55 | 24 | 0 | 121 | 6 | 113 | 127 | 70 |
| Binary | 10111111 | 11110000 | 101101 | 10100 | 0 | 1010001 | 110 | 1001011 | 1010111 | 111000 |
Color Harmonies of #BFF02D
Complementary color
Monochromatic Colors of #BFF02D
Black with #BFF02D
Text Example
Text Example
White with #BFF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF02D; }
p { color: rgb(191,240,45); }
H1.HeaderClassName
{
color: #BFF02D;
}
.AnyTagClassName
{
color: #BFF02D;
}
</style>
background-color css
<style>
a { background-color: #BFF02D; }
a { background-color: rgb(191,240,45); }
div.DivClassName
{
background-color: #BFF02D;
}
.BgClassName
{
background-color: #BFF02D;
}
</style>
border-color css
<style>
span { border-color: #BFF02D; }
span { border-color: rgb(191,240,45); }
td.TdClassName
{
border-color: #BFF02D;
}
.TagClassName
{
border-color: #BFF02D;
}
</style>