#95FB75

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

Shades of Light Green #95FB75

Tints of Light Green #95FB75

Color information

#95FB75 (or 0x95FB75) is unknown color: approx Light Green. HEX triplet: 95, FB and 75. RGB value is (149,251,117). Sum of RGB (Red+Green+Blue) = 149+251+117=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #95FB75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FB75 is #6A048A. Grayscale: #CDCDCD. Windows color (decimal): -6947979 or 7732117. OLE color: 7732117.

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

Color convert

RGB149251117-
CMYK0.4100.530.02
HSL105.67º94.37%72.16%-
HSV(B)105.67º53.39%98.43%-
XYZ50.176.6728.99-
YUV205.2378.2187.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 251 (98.44% from 255) = 48.55%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=28.82%
G=48.55%
B=22.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1492511170.4100.530.02105.6794.3772.16
Hex95FB752903526a5e48
Octal225373165510652152136110
Binary10010101111110111110101101001011010110110101010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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