Shades of Green Yellow #B2FF44
Tints of Green Yellow #B2FF44
RGB
CMYK
RGB Variations
Color information
#B2FF44 (or 0xB2FF44) is known color: Green Yellow. HEX triplet: B2, FF and 44. RGB value is (178,255,68). Sum of RGB (Red+Green+Blue) = 178+255+68=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF44 is #4D00BB. Grayscale: #D3D3D3. Windows color (decimal): -5046460 or 4521906. OLE color: 4521906.
HSL color Cylindrical-coordinate representation of color #B2FF44: hue angle of 84.71º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2FF44 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 68 | - |
| CMYK | 0.30 | 0 | 0.73 | 0 |
| HSL | 84.71º | 1% | 0.63% | - |
| HSV(B) | 84.71º | 0.73% | 1% | - |
| XYZ | 55.16 | 81.4 | 18.27 | - |
| YUV | 210.66 | 47.49 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 68 | 0.30 | 0 | 0.73 | 0 | 84.71 | 1 | 0.63 |
| Hex | B2 | FF | 44 | 1E | 0 | 49 | 0 | 55 | 64 | 3F |
| Octal | 262 | 377 | 104 | 36 | 0 | 111 | 0 | 125 | 144 | 77 |
| Binary | 10110010 | 11111111 | 1000100 | 11110 | 0 | 1001001 | 0 | 1010101 | 1100100 | 111111 |
Color Harmonies of #B2FF44
Complementary color
Monochromatic Colors of #B2FF44
Black with #B2FF44
Text Example
Text Example
White with #B2FF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF44; }
p { color: rgb(178,255,68); }
H1.HeaderClassName
{
color: #B2FF44;
}
.AnyTagClassName
{
color: #B2FF44;
}
</style>
background-color css
<style>
a { background-color: #B2FF44; }
a { background-color: rgb(178,255,68); }
div.DivClassName
{
background-color: #B2FF44;
}
.BgClassName
{
background-color: #B2FF44;
}
</style>
border-color css
<style>
span { border-color: #B2FF44; }
span { border-color: rgb(178,255,68); }
td.TdClassName
{
border-color: #B2FF44;
}
.TagClassName
{
border-color: #B2FF44;
}
</style>