#96FB75

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

Shades of Light Green #96FB75

Tints of Light Green #96FB75

Color information

#96FB75 (or 0x96FB75) is unknown color: approx Light Green. HEX triplet: 96, FB and 75. RGB value is (150,251,117). Sum of RGB (Red+Green+Blue) = 150+251+117=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB75 is #69048A. Grayscale: #CDCDCD. Windows color (decimal): -6882443 or 7732118. OLE color: 7732118.

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

Color convert

RGB150251117-
CMYK0.4000.530.02
HSL105.22º94.37%72.16%-
HSV(B)105.22º53.39%98.43%-
XYZ50.2976.7629-
YUV205.5278.0488.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 251 (98.44% from 255) = 48.46%
BLUE value IS 117 (46.09% from 255) = 22.59%
R=28.96%
G=48.46%
B=22.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502511170.4000.530.02105.2294.3772.16
Hex96FB75280352695e48
Octal226373165500652151136110
Binary10010110111110111110101101000011010110110100110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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