#95E98B

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

Shades of Light Green #95E98B

Tints of Light Green #95E98B

Color information

#95E98B (or 0x95E98B) is unknown color: approx Light Green. HEX triplet: 95, E9 and 8B. RGB value is (149,233,139). Sum of RGB (Red+Green+Blue) = 149+233+139=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #95E98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E98B is #6A1674. Grayscale: #C5C5C5. Windows color (decimal): -6952565 or 9169301. OLE color: 9169301.

HSL color Cylindrical-coordinate representation of color #95E98B: hue angle of 113.62º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95E98B is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB149233139-
CMYK0.3600.400.09
HSL113.62º68.12%72.94%-
HSV(B)113.62º40.34%91.37%-
XYZ46.1966.5334.83-
YUV197.1795.1793.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.60%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=28.60%
G=44.72%
B=26.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331390.3600.400.09113.6268.1272.94
Hex95E98B240289724449
Octal2253512134405011162104111
Binary10010101111010011000101110010001010001001111001010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95E98B; }

 p { color: rgb(149,233,139); }

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

<style>
 a { background-color: #95E98B; }

 a { background-color: rgb(149,233,139); }

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

<style>
 span { border-color: #95E98B; }

 span { border-color: rgb(149,233,139); }

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