Shades of Green Yellow #BFFE32
Tints of Green Yellow #BFFE32
RGB
CMYK
RGB Variations
Color information
#BFFE32 (or 0xBFFE32) is known color: Green Yellow. HEX triplet: BF, FE and 32. RGB value is (191,254,50). Sum of RGB (Red+Green+Blue) = 191+254+50=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFE32 is #4001CD. Grayscale: #D4D4D4. Windows color (decimal): -4194766 or 3342015. OLE color: 3342015.
HSL color Cylindrical-coordinate representation of color #BFFE32: hue angle of 78.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFFE32 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 254 | 50 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.00 |
| HSL | 78.53º | 0.99% | 0.6% | - |
| HSV(B) | 78.53º | 0.8% | 1% | - |
| XYZ | 57.5 | 82.19 | 15.85 | - |
| YUV | 211.91 | 36.63 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 254 | 50 | 0.25 | 0 | 0.80 | 0.00 | 78.53 | 0.99 | 0.6 |
| Hex | BF | FE | 32 | 19 | 0 | 50 | 0 | 4F | 63 | 3C |
| Octal | 277 | 376 | 62 | 31 | 0 | 120 | 0 | 117 | 143 | 74 |
| Binary | 10111111 | 11111110 | 110010 | 11001 | 0 | 1010000 | 0 | 1001111 | 1100011 | 111100 |
Color Harmonies of #BFFE32
Complementary color
Monochromatic Colors of #BFFE32
Black with #BFFE32
Text Example
Text Example
White with #BFFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFE32; }
p { color: rgb(191,254,50); }
H1.HeaderClassName
{
color: #BFFE32;
}
.AnyTagClassName
{
color: #BFFE32;
}
</style>
background-color css
<style>
a { background-color: #BFFE32; }
a { background-color: rgb(191,254,50); }
div.DivClassName
{
background-color: #BFFE32;
}
.BgClassName
{
background-color: #BFFE32;
}
</style>
border-color css
<style>
span { border-color: #BFFE32; }
span { border-color: rgb(191,254,50); }
td.TdClassName
{
border-color: #BFFE32;
}
.TagClassName
{
border-color: #BFFE32;
}
</style>