Shades of Green Yellow #BFF93B
Tints of Green Yellow #BFF93B
RGB
CMYK
RGB Variations
Color information
#BFF93B (or 0xBFF93B) is known color: Green Yellow. HEX triplet: BF, F9 and 3B. RGB value is (191,249,59). Sum of RGB (Red+Green+Blue) = 191+249+59=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 249 (97.66% from 255 or 49.90% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF93B is #4006C4. Grayscale: #D2D2D2. Windows color (decimal): -4196037 or 3930559. OLE color: 3930559.
HSL color Cylindrical-coordinate representation of color #BFF93B: hue angle of 78.32º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFF93B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 59 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.02 |
| HSL | 78.32º | 0.94% | 0.6% | - |
| HSV(B) | 78.32º | 0.76% | 0.98% | - |
| XYZ | 56.15 | 79.14 | 16.45 | - |
| YUV | 210 | 42.78 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 59 | 0.23 | 0 | 0.76 | 0.02 | 78.32 | 0.94 | 0.6 |
| Hex | BF | F9 | 3B | 17 | 0 | 4C | 2 | 4E | 5E | 3C |
| Octal | 277 | 371 | 73 | 27 | 0 | 114 | 2 | 116 | 136 | 74 |
| Binary | 10111111 | 11111001 | 111011 | 10111 | 0 | 1001100 | 10 | 1001110 | 1011110 | 111100 |
Color Harmonies of #BFF93B
Complementary color
Monochromatic Colors of #BFF93B
Black with #BFF93B
Text Example
Text Example
White with #BFF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF93B; }
p { color: rgb(191,249,59); }
H1.HeaderClassName
{
color: #BFF93B;
}
.AnyTagClassName
{
color: #BFF93B;
}
</style>
background-color css
<style>
a { background-color: #BFF93B; }
a { background-color: rgb(191,249,59); }
div.DivClassName
{
background-color: #BFF93B;
}
.BgClassName
{
background-color: #BFF93B;
}
</style>
border-color css
<style>
span { border-color: #BFF93B; }
span { border-color: rgb(191,249,59); }
td.TdClassName
{
border-color: #BFF93B;
}
.TagClassName
{
border-color: #BFF93B;
}
</style>