#95FB82

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

Shades of Light Green #95FB82

Tints of Light Green #95FB82

Color information

#95FB82 (or 0x95FB82) is unknown color: approx Light Green. HEX triplet: 95, FB and 82. RGB value is (149,251,130). Sum of RGB (Red+Green+Blue) = 149+251+130=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FB82 is #6A047D. Grayscale: #CFCFCF. Windows color (decimal): -6947966 or 8584085. OLE color: 8584085.

HSL color Cylindrical-coordinate representation of color #95FB82: hue angle of 110.58º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95FB82 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB149251130-
CMYK0.4100.480.02
HSL110.58º93.8%74.71%-
HSV(B)110.58º48.21%98.43%-
XYZ50.927733.3-
YUV206.7184.7186.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=28.11%
G=47.36%
B=24.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511300.4100.480.02110.5893.874.71
Hex95FB822903026f5e4b
Octal225373202510602157136113
Binary100101011111101110000010101001011000010110111110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,251,130); }

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

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

 a { background-color: rgb(149,251,130); }

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

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

 span { border-color: rgb(149,251,130); }

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