Shades of Green Yellow #BFFF36
Tints of Green Yellow #BFFF36
RGB
CMYK
RGB Variations
Color information
#BFFF36 (or 0xBFFF36) is known color: Green Yellow. HEX triplet: BF, FF and 36. RGB value is (191,255,54). Sum of RGB (Red+Green+Blue) = 191+255+54=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFF36 is #4000C9. Grayscale: #D5D5D5. Windows color (decimal): -4194506 or 3604415. OLE color: 3604415.
HSL color Cylindrical-coordinate representation of color #BFFF36: hue angle of 79.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFFF36 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 255 | 54 | - |
| CMYK | 0.25 | 0 | 0.79 | 0 |
| HSL | 79.1º | 1% | 0.61% | - |
| HSV(B) | 79.1º | 0.79% | 1% | - |
| XYZ | 57.91 | 82.86 | 16.43 | - |
| YUV | 212.95 | 38.3 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 255 | 54 | 0.25 | 0 | 0.79 | 0 | 79.1 | 1 | 0.61 |
| Hex | BF | FF | 36 | 19 | 0 | 4F | 0 | 4F | 64 | 3D |
| Octal | 277 | 377 | 66 | 31 | 0 | 117 | 0 | 117 | 144 | 75 |
| Binary | 10111111 | 11111111 | 110110 | 11001 | 0 | 1001111 | 0 | 1001111 | 1100100 | 111101 |
Color Harmonies of #BFFF36
Complementary color
Monochromatic Colors of #BFFF36
Black with #BFFF36
Text Example
Text Example
White with #BFFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFF36; }
p { color: rgb(191,255,54); }
H1.HeaderClassName
{
color: #BFFF36;
}
.AnyTagClassName
{
color: #BFFF36;
}
</style>
background-color css
<style>
a { background-color: #BFFF36; }
a { background-color: rgb(191,255,54); }
div.DivClassName
{
background-color: #BFFF36;
}
.BgClassName
{
background-color: #BFFF36;
}
</style>
border-color css
<style>
span { border-color: #BFFF36; }
span { border-color: rgb(191,255,54); }
td.TdClassName
{
border-color: #BFFF36;
}
.TagClassName
{
border-color: #BFFF36;
}
</style>