#96FB50

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

Shades of Green Yellow #96FB50

Tints of Green Yellow #96FB50

Color information

#96FB50 (or 0x96FB50) is unknown color: approx Green Yellow. HEX triplet: 96, FB and 50. RGB value is (150,251,80). Sum of RGB (Red+Green+Blue) = 150+251+80=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB50 is #6904AF. Grayscale: #C9C9C9. Windows color (decimal): -6882480 or 5307286. OLE color: 5307286.

HSL color Cylindrical-coordinate representation of color #96FB50: hue angle of 95.44º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96FB50 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB15025180-
CMYK0.4000.680.02
HSL95.44º95.53%64.9%-
HSV(B)95.44º68.13%98.43%-
XYZ48.5276.0619.71-
YUV201.3159.5491.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.19%
GREEN value IS 251 (98.44% from 255) = 52.18%
BLUE value IS 80 (31.64% from 255) = 16.63%
R=31.19%
G=52.18%
B=16.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150251800.4000.680.0295.4495.5364.9
Hex96FB502804425f6041
Octal2263731205001042137140101
Binary100101101111101110100001010000100010010101111111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FB50; }

 p { color: rgb(150,251,80); }

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

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

 a { background-color: rgb(150,251,80); }

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

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

 span { border-color: rgb(150,251,80); }

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