#95F17B

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

Shades of Light Green #95F17B

Tints of Light Green #95F17B

Color information

#95F17B (or 0x95F17B) is unknown color: approx Light Green. HEX triplet: 95, F1 and 7B. RGB value is (149,241,123). Sum of RGB (Red+Green+Blue) = 149+241+123=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #95F17B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F17B is #6A0E84. Grayscale: #C8C8C8. Windows color (decimal): -6950533 or 8122773. OLE color: 8122773.

HSL color Cylindrical-coordinate representation of color #95F17B: hue angle of 106.78º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95F17B is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB149241123-
CMYK0.3800.490.05
HSL106.78º80.82%71.37%-
HSV(B)106.78º48.96%94.51%-
XYZ47.4270.7329.89-
YUV200.0484.5291.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=29.04%
G=46.98%
B=23.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492411230.3800.490.05106.7880.8271.37
Hex95F17B2603156b5147
Octal225361173460615153121107
Binary100101011111000111110111001100110001101110101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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