#B2F532

Color #B2F532 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B2F532

Tints of Green Yellow #B2F532

Color information

#B2F532 (or 0xB2F532) is unknown color: approx Green Yellow. HEX triplet: B2, F5 and 32. RGB value is (178,245,50). Sum of RGB (Red+Green+Blue) = 178+245+50=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F532 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F532 is #4D0ACD. Grayscale: #CBCBCB. Windows color (decimal): -5049038 or 3339698. OLE color: 3339698.

HSL color Cylindrical-coordinate representation of color #B2F532: hue angle of 80.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2F532 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB17824550-
CMYK0.2700.800.04
HSL80.62º90.7%57.84%-
HSV(B)80.62º79.59%96.08%-
XYZ51.597514.78-
YUV202.7441.8110.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 245 (96.09% from 255) = 51.80%
BLUE value IS 50 (19.92% from 255) = 10.57%
R=37.63%
G=51.80%
B=10.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal178245500.2700.800.0480.6290.757.84
HexB2F5321B0504515b3a
Octal26236562330120412113372
Binary1011001011110101110010110110101000010010100011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F532; }

 p { color: rgb(178,245,50); }

 H1.HeaderClassName
 {
   color: #B2F532;
 }
 .AnyTagClassName
 {
   color: #B2F532;
 }
</style>
background-color css

<style>
 a { background-color: #B2F532; }

 a { background-color: rgb(178,245,50); }

 div.DivClassName
 {
   background-color: #B2F532;
 }
 .BgClassName
 {
   background-color: #B2F532;
 }
</style>
border-color css

<style>
 span { border-color: #B2F532; }

 span { border-color: rgb(178,245,50); }

 td.TdClassName
 {
   border-color: #B2F532;
 }
 .TagClassName
 {
   border-color: #B2F532;
 }
</style>