Shades of Green Yellow #B2FA26
Tints of Green Yellow #B2FA26
RGB
CMYK
RGB Variations
Color information
#B2FA26 (or 0xB2FA26) is known color: Green Yellow. HEX triplet: B2, FA and 26. RGB value is (178,250,38). Sum of RGB (Red+Green+Blue) = 178+250+38=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FA26 is #4D05D9. Grayscale: #CDCDCD. Windows color (decimal): -5047770 or 2554546. OLE color: 2554546.
HSL color Cylindrical-coordinate representation of color #B2FA26: hue angle of 80.38º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2FA26 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 38 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.02 |
| HSL | 80.38º | 0.95% | 0.56% | - |
| HSV(B) | 80.38º | 0.85% | 0.98% | - |
| XYZ | 52.9 | 77.98 | 14.1 | - |
| YUV | 204.3 | 34.15 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 38 | 0.29 | 0 | 0.85 | 0.02 | 80.38 | 0.95 | 0.56 |
| Hex | B2 | FA | 26 | 1D | 0 | 55 | 2 | 50 | 5F | 38 |
| Octal | 262 | 372 | 46 | 35 | 0 | 125 | 2 | 120 | 137 | 70 |
| Binary | 10110010 | 11111010 | 100110 | 11101 | 0 | 1010101 | 10 | 1010000 | 1011111 | 111000 |
Color Harmonies of #B2FA26
Complementary color
Monochromatic Colors of #B2FA26
Black with #B2FA26
Text Example
Text Example
White with #B2FA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA26; }
p { color: rgb(178,250,38); }
H1.HeaderClassName
{
color: #B2FA26;
}
.AnyTagClassName
{
color: #B2FA26;
}
</style>
background-color css
<style>
a { background-color: #B2FA26; }
a { background-color: rgb(178,250,38); }
div.DivClassName
{
background-color: #B2FA26;
}
.BgClassName
{
background-color: #B2FA26;
}
</style>
border-color css
<style>
span { border-color: #B2FA26; }
span { border-color: rgb(178,250,38); }
td.TdClassName
{
border-color: #B2FA26;
}
.TagClassName
{
border-color: #B2FA26;
}
</style>