Shades of Green Yellow #BFF640
Tints of Green Yellow #BFF640
RGB
CMYK
RGB Variations
Color information
#BFF640 (or 0xBFF640) is known color: Green Yellow. HEX triplet: BF, F6 and 40. RGB value is (191,246,64). Sum of RGB (Red+Green+Blue) = 191+246+64=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFF640 is #4009BF. Grayscale: #D1D1D1. Windows color (decimal): -4196800 or 4257471. OLE color: 4257471.
HSL color Cylindrical-coordinate representation of color #BFF640: hue angle of 78.13º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BFF640 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 64 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.04 |
| HSL | 78.13º | 0.91% | 0.61% | - |
| HSV(B) | 78.13º | 0.74% | 0.96% | - |
| XYZ | 55.37 | 77.36 | 16.86 | - |
| YUV | 208.81 | 46.28 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 64 | 0.22 | 0 | 0.74 | 0.04 | 78.13 | 0.91 | 0.61 |
| Hex | BF | F6 | 40 | 16 | 0 | 4A | 4 | 4E | 5B | 3D |
| Octal | 277 | 366 | 100 | 26 | 0 | 112 | 4 | 116 | 133 | 75 |
| Binary | 10111111 | 11110110 | 1000000 | 10110 | 0 | 1001010 | 100 | 1001110 | 1011011 | 111101 |
Color Harmonies of #BFF640
Complementary color
Monochromatic Colors of #BFF640
Black with #BFF640
Text Example
Text Example
White with #BFF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF640; }
p { color: rgb(191,246,64); }
H1.HeaderClassName
{
color: #BFF640;
}
.AnyTagClassName
{
color: #BFF640;
}
</style>
background-color css
<style>
a { background-color: #BFF640; }
a { background-color: rgb(191,246,64); }
div.DivClassName
{
background-color: #BFF640;
}
.BgClassName
{
background-color: #BFF640;
}
</style>
border-color css
<style>
span { border-color: #BFF640; }
span { border-color: rgb(191,246,64); }
td.TdClassName
{
border-color: #BFF640;
}
.TagClassName
{
border-color: #BFF640;
}
</style>