#95DF9B

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

Shades of Light Green #95DF9B

Tints of Light Green #95DF9B

Color information

#95DF9B (or 0x95DF9B) is unknown color: approx Light Green. HEX triplet: 95, DF and 9B. RGB value is (149,223,155). Sum of RGB (Red+Green+Blue) = 149+223+155=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #95DF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DF9B is #6A2064. Grayscale: #C1C1C1. Windows color (decimal): -6955109 or 10215317. OLE color: 10215317.

HSL color Cylindrical-coordinate representation of color #95DF9B: hue angle of 124.86º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DF9B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB149223155-
CMYK0.3300.300.13
HSL124.86º53.62%72.94%-
HSV(B)124.86º33.18%87.45%-
XYZ44.761.5340.53-
YUV193.12106.4896.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 223 (87.5% from 255) = 42.31%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=28.27%
G=42.31%
B=29.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492231550.3300.300.13124.8653.6272.94
Hex95DF9B2101ED7d3649
Octal225337233410361517566111
Binary100101011101111110011011100001011110110111111011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,223,155); }

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

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

 a { background-color: rgb(149,223,155); }

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

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

 span { border-color: rgb(149,223,155); }

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