Shades of Green Yellow #B2FF4B
Tints of Green Yellow #B2FF4B
RGB
CMYK
RGB Variations
Color information
#B2FF4B (or 0xB2FF4B) is known color: Green Yellow. HEX triplet: B2, FF and 4B. RGB value is (178,255,75). Sum of RGB (Red+Green+Blue) = 178+255+75=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF4B is #4D00B4. Grayscale: #D4D4D4. Windows color (decimal): -5046453 or 4980658. OLE color: 4980658.
HSL color Cylindrical-coordinate representation of color #B2FF4B: hue angle of 85.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2FF4B is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 75 | - |
| CMYK | 0.30 | 0 | 0.71 | 0 |
| HSL | 85.67º | 1% | 0.65% | - |
| HSV(B) | 85.67º | 0.71% | 1% | - |
| XYZ | 55.39 | 81.49 | 19.47 | - |
| YUV | 211.46 | 50.99 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 75 | 0.30 | 0 | 0.71 | 0 | 85.67 | 1 | 0.65 |
| Hex | B2 | FF | 4B | 1E | 0 | 47 | 0 | 56 | 64 | 41 |
| Octal | 262 | 377 | 113 | 36 | 0 | 107 | 0 | 126 | 144 | 101 |
| Binary | 10110010 | 11111111 | 1001011 | 11110 | 0 | 1000111 | 0 | 1010110 | 1100100 | 1000001 |
Color Harmonies of #B2FF4B
Complementary color
Monochromatic Colors of #B2FF4B
Black with #B2FF4B
Text Example
Text Example
White with #B2FF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF4B; }
p { color: rgb(178,255,75); }
H1.HeaderClassName
{
color: #B2FF4B;
}
.AnyTagClassName
{
color: #B2FF4B;
}
</style>
background-color css
<style>
a { background-color: #B2FF4B; }
a { background-color: rgb(178,255,75); }
div.DivClassName
{
background-color: #B2FF4B;
}
.BgClassName
{
background-color: #B2FF4B;
}
</style>
border-color css
<style>
span { border-color: #B2FF4B; }
span { border-color: rgb(178,255,75); }
td.TdClassName
{
border-color: #B2FF4B;
}
.TagClassName
{
border-color: #B2FF4B;
}
</style>