#95F776

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

Shades of Light Green #95F776

Tints of Light Green #95F776

Color information

#95F776 (or 0x95F776) is unknown color: approx Light Green. HEX triplet: 95, F7 and 76. RGB value is (149,247,118). Sum of RGB (Red+Green+Blue) = 149+247+118=514 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.99% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #95F776 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F776 is #6A0889. Grayscale: #CBCBCB. Windows color (decimal): -6949002 or 7796629. OLE color: 7796629.

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

Color convert

RGB149247118-
CMYK0.4000.520.03
HSL105.58º88.97%71.57%-
HSV(B)105.58º52.23%96.86%-
XYZ48.9374.2228.89-
YUV202.9980.0389.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.99%
GREEN value IS 247 (96.88% from 255) = 48.05%
BLUE value IS 118 (46.48% from 255) = 22.96%
R=28.99%
G=48.05%
B=22.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492471180.4000.520.03105.5888.9771.57
Hex95F7762803436a5948
Octal225367166500643152131110
Binary10010101111101111110110101000011010011110101010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,247,118); }

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

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

 a { background-color: rgb(149,247,118); }

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

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

 span { border-color: rgb(149,247,118); }

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