#96F132

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

Shades of Green Yellow #96F132

Tints of Green Yellow #96F132

Color information

#96F132 (or 0x96F132) is unknown color: approx Green Yellow. HEX triplet: 96, F1 and 32. RGB value is (150,241,50). Sum of RGB (Red+Green+Blue) = 150+241+50=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #96F132 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F132 is #690ECD. Grayscale: #C0C0C0. Windows color (decimal): -6885070 or 3338646. OLE color: 3338646.

HSL color Cylindrical-coordinate representation of color #96F132: hue angle of 88.59º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96F132 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB15024150-
CMYK0.3800.790.05
HSL88.59º87.21%57.06%-
HSV(B)88.59º79.25%94.51%-
XYZ44.6169.6214.11-
YUV192.0247.8598.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 241 (94.53% from 255) = 54.65%
BLUE value IS 50 (19.92% from 255) = 11.34%
R=34.01%
G=54.65%
B=11.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150241500.3800.790.0588.5987.2157.06
Hex96F1322604F5595739
Octal22636162460117513112771
Binary10010110111100011100101001100100111110110110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,241,50); }

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

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

 a { background-color: rgb(150,241,50); }

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

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

 span { border-color: rgb(150,241,50); }

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