Shades of Green Yellow #BFF232
Tints of Green Yellow #BFF232
RGB
CMYK
RGB Variations
Color information
#BFF232 (or 0xBFF232) is known color: Green Yellow. HEX triplet: BF, F2 and 32. RGB value is (191,242,50). Sum of RGB (Red+Green+Blue) = 191+242+50=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF232 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF232 is #400DCD. Grayscale: #CDCDCD. Windows color (decimal): -4197838 or 3338943. OLE color: 3338943.
HSL color Cylindrical-coordinate representation of color #BFF232: hue angle of 75.94º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BFF232 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 50 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.05 |
| HSL | 75.94º | 0.88% | 0.57% | - |
| HSV(B) | 75.94º | 0.79% | 0.95% | - |
| XYZ | 53.81 | 74.81 | 14.62 | - |
| YUV | 204.86 | 40.6 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 50 | 0.21 | 0 | 0.79 | 0.05 | 75.94 | 0.88 | 0.57 |
| Hex | BF | F2 | 32 | 15 | 0 | 4F | 5 | 4C | 58 | 39 |
| Octal | 277 | 362 | 62 | 25 | 0 | 117 | 5 | 114 | 130 | 71 |
| Binary | 10111111 | 11110010 | 110010 | 10101 | 0 | 1001111 | 101 | 1001100 | 1011000 | 111001 |
Color Harmonies of #BFF232
Complementary color
Monochromatic Colors of #BFF232
Black with #BFF232
Text Example
Text Example
White with #BFF232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF232; }
p { color: rgb(191,242,50); }
H1.HeaderClassName
{
color: #BFF232;
}
.AnyTagClassName
{
color: #BFF232;
}
</style>
background-color css
<style>
a { background-color: #BFF232; }
a { background-color: rgb(191,242,50); }
div.DivClassName
{
background-color: #BFF232;
}
.BgClassName
{
background-color: #BFF232;
}
</style>
border-color css
<style>
span { border-color: #BFF232; }
span { border-color: rgb(191,242,50); }
td.TdClassName
{
border-color: #BFF232;
}
.TagClassName
{
border-color: #BFF232;
}
</style>