#96F883

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

Shades of Light Green #96F883

Tints of Light Green #96F883

Color information

#96F883 (or 0x96F883) is unknown color: approx Light Green. HEX triplet: 96, F8 and 83. RGB value is (150,248,131). Sum of RGB (Red+Green+Blue) = 150+248+131=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #96F883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F883 is #69077C. Grayscale: #CDCDCD. Windows color (decimal): -6883197 or 8648854. OLE color: 8648854.

HSL color Cylindrical-coordinate representation of color #96F883: hue angle of 110.26º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96F883 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB150248131-
CMYK0.4000.470.03
HSL110.26º89.31%74.31%-
HSV(B)110.26º47.18%97.25%-
XYZ50.2475.2633.35-
YUV205.3686.0388.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 131 (51.56% from 255) = 24.76%
R=28.36%
G=46.88%
B=24.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502481310.4000.470.03110.2689.3174.31
Hex96F8832802F36e594a
Octal226370203500573156131112
Binary100101101111100010000011101000010111111110111010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,248,131); }

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

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

 a { background-color: rgb(150,248,131); }

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

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

 span { border-color: rgb(150,248,131); }

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