Shades of Green Yellow #BFF42B
Tints of Green Yellow #BFF42B
RGB
CMYK
RGB Variations
Color information
#BFF42B (or 0xBFF42B) is known color: Green Yellow. HEX triplet: BF, F4 and 2B. RGB value is (191,244,43). Sum of RGB (Red+Green+Blue) = 191+244+43=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF42B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF42B is #400BD4. Grayscale: #CDCDCD. Windows color (decimal): -4197333 or 2880703. OLE color: 2880703.
HSL color Cylindrical-coordinate representation of color #BFF42B: hue angle of 75.82º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFF42B is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 43 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.04 |
| HSL | 75.82º | 0.9% | 0.56% | - |
| HSV(B) | 75.82º | 0.82% | 0.96% | - |
| XYZ | 54.27 | 75.95 | 14.09 | - |
| YUV | 205.24 | 36.44 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 43 | 0.22 | 0 | 0.82 | 0.04 | 75.82 | 0.9 | 0.56 |
| Hex | BF | F4 | 2B | 16 | 0 | 52 | 4 | 4C | 5A | 38 |
| Octal | 277 | 364 | 53 | 26 | 0 | 122 | 4 | 114 | 132 | 70 |
| Binary | 10111111 | 11110100 | 101011 | 10110 | 0 | 1010010 | 100 | 1001100 | 1011010 | 111000 |
Color Harmonies of #BFF42B
Complementary color
Monochromatic Colors of #BFF42B
Black with #BFF42B
Text Example
Text Example
White with #BFF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF42B; }
p { color: rgb(191,244,43); }
H1.HeaderClassName
{
color: #BFF42B;
}
.AnyTagClassName
{
color: #BFF42B;
}
</style>
background-color css
<style>
a { background-color: #BFF42B; }
a { background-color: rgb(191,244,43); }
div.DivClassName
{
background-color: #BFF42B;
}
.BgClassName
{
background-color: #BFF42B;
}
</style>
border-color css
<style>
span { border-color: #BFF42B; }
span { border-color: rgb(191,244,43); }
td.TdClassName
{
border-color: #BFF42B;
}
.TagClassName
{
border-color: #BFF42B;
}
</style>