#5AFF32

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

Shades of Bright Green #5AFF32

Tints of Bright Green #5AFF32

Color information

#5AFF32 (or 0x5AFF32) is unknown color: approx Bright Green. HEX triplet: 5A, FF and 32. RGB value is (90,255,50). Sum of RGB (Red+Green+Blue) = 90+255+50=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFF32 is #A500CD. Grayscale: #B6B6B6. Windows color (decimal): -10813646 or 3342170. OLE color: 3342170.

HSL color Cylindrical-coordinate representation of color #5AFF32: hue angle of 108.29º 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 #5AFF32 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB9025550-
CMYK0.6500.800
HSL108.29º100%59.8%-
HSV(B)108.29º80.39%100%-
XYZ40.5573.9215.15-
YUV182.353.3462.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 255 (100% from 255) = 64.56%
BLUE value IS 50 (19.92% from 255) = 12.66%
R=22.78%
G=64.56%
B=12.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal90255500.6500.800108.2910059.8
Hex5AFF324105006c643c
Octal132377621010120015414474
Binary101101011111111110010100000101010000011011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AFF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AFF32; }

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

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

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

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

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

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

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

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