#95F79E

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

Shades of Pale Green #95F79E

Tints of Pale Green #95F79E

Color information

#95F79E (or 0x95F79E) is unknown color: approx Pale Green. HEX triplet: 95, F7 and 9E. RGB value is (149,247,158). Sum of RGB (Red+Green+Blue) = 149+247+158=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #95F79E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F79E is #6A0861. Grayscale: #CFCFCF. Windows color (decimal): -6948962 or 10418069. OLE color: 10418069.

HSL color Cylindrical-coordinate representation of color #95F79E: hue angle of 125.51º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F79E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB149247158-
CMYK0.4000.360.03
HSL125.51º85.96%77.65%-
HSV(B)125.51º39.68%96.86%-
XYZ51.8375.3844.17-
YUV207.55100.0386.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=26.90%
G=44.58%
B=28.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492471580.4000.360.03125.5185.9677.65
Hex95F79E2802437e564e
Octal225367236500443176126116
Binary100101011111011110011110101000010010011111111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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