#95F886

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

Shades of Light Green #95F886

Tints of Light Green #95F886

Color information

#95F886 (or 0x95F886) is unknown color: approx Light Green. HEX triplet: 95, F8 and 86. RGB value is (149,248,134). Sum of RGB (Red+Green+Blue) = 149+248+134=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #95F886 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F886 is #6A0779. Grayscale: #CDCDCD. Windows color (decimal): -6948730 or 8845461. OLE color: 8845461.

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

Color convert

RGB149248134-
CMYK0.4000.460.03
HSL112.11º89.06%74.9%-
HSV(B)112.11º45.97%97.25%-
XYZ50.2675.2534.43-
YUV205.487.787.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.06%
GREEN value IS 248 (97.27% from 255) = 46.70%
BLUE value IS 134 (52.73% from 255) = 25.24%
R=28.06%
G=46.70%
B=25.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492481340.4000.460.03112.1189.0674.9
Hex95F8862802E370594b
Octal225370206500563160131113
Binary100101011111100010000110101000010111011111000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,248,134); }

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

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

 a { background-color: rgb(149,248,134); }

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

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

 span { border-color: rgb(149,248,134); }

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