Shades of Green Yellow #BFFC45
Tints of Green Yellow #BFFC45
RGB
CMYK
RGB Variations
Color information
#BFFC45 (or 0xBFFC45) is known color: Green Yellow. HEX triplet: BF, FC and 45. RGB value is (191,252,69). Sum of RGB (Red+Green+Blue) = 191+252+69=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFFC45 is #4003BA. Grayscale: #D5D5D5. Windows color (decimal): -4195259 or 4586687. OLE color: 4586687.
HSL color Cylindrical-coordinate representation of color #BFFC45: hue angle of 80º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFFC45 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 69 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.01 |
| HSL | 80º | 0.97% | 0.63% | - |
| HSV(B) | 80º | 0.73% | 0.99% | - |
| XYZ | 57.37 | 81.13 | 18.27 | - |
| YUV | 212.9 | 46.79 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 69 | 0.24 | 0 | 0.73 | 0.01 | 80 | 0.97 | 0.63 |
| Hex | BF | FC | 45 | 18 | 0 | 49 | 1 | 50 | 61 | 3F |
| Octal | 277 | 374 | 105 | 30 | 0 | 111 | 1 | 120 | 141 | 77 |
| Binary | 10111111 | 11111100 | 1000101 | 11000 | 0 | 1001001 | 1 | 1010000 | 1100001 | 111111 |
Color Harmonies of #BFFC45
Complementary color
Monochromatic Colors of #BFFC45
Black with #BFFC45
Text Example
Text Example
White with #BFFC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC45; }
p { color: rgb(191,252,69); }
H1.HeaderClassName
{
color: #BFFC45;
}
.AnyTagClassName
{
color: #BFFC45;
}
</style>
background-color css
<style>
a { background-color: #BFFC45; }
a { background-color: rgb(191,252,69); }
div.DivClassName
{
background-color: #BFFC45;
}
.BgClassName
{
background-color: #BFFC45;
}
</style>
border-color css
<style>
span { border-color: #BFFC45; }
span { border-color: rgb(191,252,69); }
td.TdClassName
{
border-color: #BFFC45;
}
.TagClassName
{
border-color: #BFFC45;
}
</style>