Shades of Green Yellow #B2FF4F
Tints of Green Yellow #B2FF4F
RGB
CMYK
RGB Variations
Color information
#B2FF4F (or 0xB2FF4F) is known color: Green Yellow. HEX triplet: B2, FF and 4F. RGB value is (178,255,79). Sum of RGB (Red+Green+Blue) = 178+255+79=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF4F is #4D00B0. Grayscale: #D4D4D4. Windows color (decimal): -5046449 or 5242802. OLE color: 5242802.
HSL color Cylindrical-coordinate representation of color #B2FF4F: hue angle of 86.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2FF4F is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 79 | - |
| CMYK | 0.30 | 0 | 0.69 | 0 |
| HSL | 86.25º | 1% | 0.65% | - |
| HSV(B) | 86.25º | 0.69% | 1% | - |
| XYZ | 55.53 | 81.55 | 20.21 | - |
| YUV | 211.91 | 52.99 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 79 | 0.30 | 0 | 0.69 | 0 | 86.25 | 1 | 0.65 |
| Hex | B2 | FF | 4F | 1E | 0 | 45 | 0 | 56 | 64 | 41 |
| Octal | 262 | 377 | 117 | 36 | 0 | 105 | 0 | 126 | 144 | 101 |
| Binary | 10110010 | 11111111 | 1001111 | 11110 | 0 | 1000101 | 0 | 1010110 | 1100100 | 1000001 |
Color Harmonies of #B2FF4F
Complementary color
Monochromatic Colors of #B2FF4F
Black with #B2FF4F
Text Example
Text Example
White with #B2FF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF4F; }
p { color: rgb(178,255,79); }
H1.HeaderClassName
{
color: #B2FF4F;
}
.AnyTagClassName
{
color: #B2FF4F;
}
</style>
background-color css
<style>
a { background-color: #B2FF4F; }
a { background-color: rgb(178,255,79); }
div.DivClassName
{
background-color: #B2FF4F;
}
.BgClassName
{
background-color: #B2FF4F;
}
</style>
border-color css
<style>
span { border-color: #B2FF4F; }
span { border-color: rgb(178,255,79); }
td.TdClassName
{
border-color: #B2FF4F;
}
.TagClassName
{
border-color: #B2FF4F;
}
</style>