#95F57B

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

Shades of Light Green #95F57B

Tints of Light Green #95F57B

Color information

#95F57B (or 0x95F57B) is unknown color: approx Light Green. HEX triplet: 95, F5 and 7B. RGB value is (149,245,123). Sum of RGB (Red+Green+Blue) = 149+245+123=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #95F57B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F57B is #6A0A84. Grayscale: #CACACA. Windows color (decimal): -6949509 or 8123797. OLE color: 8123797.

HSL color Cylindrical-coordinate representation of color #95F57B: hue angle of 107.21º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95F57B is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB149245123-
CMYK0.3900.500.04
HSL107.21º85.92%72.16%-
HSV(B)107.21º49.8%96.08%-
XYZ48.6273.1230.29-
YUV202.3983.289.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 123 (48.44% from 255) = 23.79%
R=28.82%
G=47.39%
B=23.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492451230.3900.500.04107.2185.9272.16
Hex95F57B2703246b5648
Octal225365173470624153126110
Binary100101011111010111110111001110110010100110101110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,245,123); }

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

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

 a { background-color: rgb(149,245,123); }

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

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

 span { border-color: rgb(149,245,123); }

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