Shades of Green Yellow #BFFC42
Tints of Green Yellow #BFFC42
RGB
CMYK
RGB Variations
Color information
#BFFC42 (or 0xBFFC42) is known color: Green Yellow. HEX triplet: BF, FC and 42. RGB value is (191,252,66). Sum of RGB (Red+Green+Blue) = 191+252+66=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFC42 is #4003BD. Grayscale: #D5D5D5. Windows color (decimal): -4195262 or 4390079. OLE color: 4390079.
HSL color Cylindrical-coordinate representation of color #BFFC42: hue angle of 79.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFFC42 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 66 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.01 |
| HSL | 79.68º | 0.97% | 0.62% | - |
| HSV(B) | 79.68º | 0.74% | 0.99% | - |
| XYZ | 57.28 | 81.09 | 17.79 | - |
| YUV | 212.56 | 45.29 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 66 | 0.24 | 0 | 0.74 | 0.01 | 79.68 | 0.97 | 0.62 |
| Hex | BF | FC | 42 | 18 | 0 | 4A | 1 | 50 | 61 | 3E |
| Octal | 277 | 374 | 102 | 30 | 0 | 112 | 1 | 120 | 141 | 76 |
| Binary | 10111111 | 11111100 | 1000010 | 11000 | 0 | 1001010 | 1 | 1010000 | 1100001 | 111110 |
Color Harmonies of #BFFC42
Complementary color
Monochromatic Colors of #BFFC42
Black with #BFFC42
Text Example
Text Example
White with #BFFC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC42; }
p { color: rgb(191,252,66); }
H1.HeaderClassName
{
color: #BFFC42;
}
.AnyTagClassName
{
color: #BFFC42;
}
</style>
background-color css
<style>
a { background-color: #BFFC42; }
a { background-color: rgb(191,252,66); }
div.DivClassName
{
background-color: #BFFC42;
}
.BgClassName
{
background-color: #BFFC42;
}
</style>
border-color css
<style>
span { border-color: #BFFC42; }
span { border-color: rgb(191,252,66); }
td.TdClassName
{
border-color: #BFFC42;
}
.TagClassName
{
border-color: #BFFC42;
}
</style>