#95F191

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

Shades of Light Green #95F191

Tints of Light Green #95F191

Color information

#95F191 (or 0x95F191) is unknown color: approx Light Green. HEX triplet: 95, F1 and 91. RGB value is (149,241,145). Sum of RGB (Red+Green+Blue) = 149+241+145=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 145 (57.03% from 255 or 27.10% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #95F191 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F191 is #6A0E6E. Grayscale: #CACACA. Windows color (decimal): -6950511 or 9564565. OLE color: 9564565.

HSL color Cylindrical-coordinate representation of color #95F191: hue angle of 117.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F191 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB149241145-
CMYK0.3800.400.05
HSL117.5º77.42%75.69%-
HSV(B)117.5º39.83%94.51%-
XYZ48.9671.3437.98-
YUV202.5595.5289.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.85%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 145 (57.03% from 255) = 27.10%
R=27.85%
G=45.05%
B=27.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411450.3800.400.05117.577.4275.69
Hex95F191260285754d4c
Octal225361221460505165115114
Binary1001010111110001100100011001100101000101111010110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,241,145); }

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

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

 a { background-color: rgb(149,241,145); }

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

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

 span { border-color: rgb(149,241,145); }

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