Shades of Green Yellow #B2F340
Tints of Green Yellow #B2F340
RGB
CMYK
RGB Variations
Color information
#B2F340 (or 0xB2F340) is known color: Green Yellow. HEX triplet: B2, F3 and 40. RGB value is (178,243,64). Sum of RGB (Red+Green+Blue) = 178+243+64=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F340 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F340 is #4D0CBF. Grayscale: #CBCBCB. Windows color (decimal): -5049536 or 4256690. OLE color: 4256690.
HSL color Cylindrical-coordinate representation of color #B2F340: hue angle of 81.79º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2F340 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 64 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.05 |
| HSL | 81.79º | 0.88% | 0.6% | - |
| HSV(B) | 81.79º | 0.74% | 0.95% | - |
| XYZ | 51.34 | 73.94 | 16.42 | - |
| YUV | 203.16 | 49.47 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 64 | 0.27 | 0 | 0.74 | 0.05 | 81.79 | 0.88 | 0.6 |
| Hex | B2 | F3 | 40 | 1B | 0 | 4A | 5 | 52 | 58 | 3C |
| Octal | 262 | 363 | 100 | 33 | 0 | 112 | 5 | 122 | 130 | 74 |
| Binary | 10110010 | 11110011 | 1000000 | 11011 | 0 | 1001010 | 101 | 1010010 | 1011000 | 111100 |
Color Harmonies of #B2F340
Complementary color
Monochromatic Colors of #B2F340
Black with #B2F340
Text Example
Text Example
White with #B2F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F340; }
p { color: rgb(178,243,64); }
H1.HeaderClassName
{
color: #B2F340;
}
.AnyTagClassName
{
color: #B2F340;
}
</style>
background-color css
<style>
a { background-color: #B2F340; }
a { background-color: rgb(178,243,64); }
div.DivClassName
{
background-color: #B2F340;
}
.BgClassName
{
background-color: #B2F340;
}
</style>
border-color css
<style>
span { border-color: #B2F340; }
span { border-color: rgb(178,243,64); }
td.TdClassName
{
border-color: #B2F340;
}
.TagClassName
{
border-color: #B2F340;
}
</style>