#b5ff32

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

Shades of Green Yellow #B5FF32

Tints of Green Yellow #B5FF32

Color information

#B5FF32 (or 0xB5FF32) is unknown color: approx Green Yellow. HEX triplet: B5, FF and 32. RGB value is (181,255,50). Sum of RGB (Red+Green+Blue) = 181+255+50=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FF32 is #4A00CD. Grayscale: #D2D2D2. Windows color (decimal): -4849870 or 3342261. OLE color: 3342261.

HSL color Cylindrical-coordinate representation of color #B5FF32: hue angle of 81.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5FF32 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB18125550-
CMYK0.2900.800
HSL81.66º100%59.8%-
HSV(B)81.66º80.39%100%-
XYZ55.3981.5715.84-
YUV209.537.98107.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 255 (100% from 255) = 52.47%
BLUE value IS 50 (19.92% from 255) = 10.29%
R=37.24%
G=52.47%
B=10.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal181255500.2900.80081.6610059.8
HexB5FF321D050052643c
Octal26537762350120012214474
Binary10110101111111111100101110101010000010100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5ff32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5ff32; }

 p { color: rgb(181,255,50); }

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

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

 a { background-color: rgb(181,255,50); }

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

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

 span { border-color: rgb(181,255,50); }

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