#96F185

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

Shades of Light Green #96F185

Tints of Light Green #96F185

Color information

#96F185 (or 0x96F185) is unknown color: approx Light Green. HEX triplet: 96, F1 and 85. RGB value is (150,241,133). Sum of RGB (Red+Green+Blue) = 150+241+133=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #96F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F185 is #690E7A. Grayscale: #C9C9C9. Windows color (decimal): -6884987 or 8778134. OLE color: 8778134.

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

Color convert

RGB150241133-
CMYK0.3800.450.05
HSL110.56º79.41%73.33%-
HSV(B)110.56º44.81%94.51%-
XYZ48.2771.0933.37-
YUV201.4889.3591.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 241 (94.53% from 255) = 45.99%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=28.63%
G=45.99%
B=25.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411330.3800.450.05110.5679.4173.33
Hex96F1852602D56f4f49
Octal226361205460555157117111
Binary1001011011110001100001011001100101101101110111110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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