#95FD83

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

Shades of Light Green #95FD83

Tints of Light Green #95FD83

Color information

#95FD83 (or 0x95FD83) is unknown color: approx Light Green. HEX triplet: 95, FD and 83. RGB value is (149,253,131). Sum of RGB (Red+Green+Blue) = 149+253+131=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #95FD83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FD83 is #6A027C. Grayscale: #D0D0D0. Windows color (decimal): -6947453 or 8650133. OLE color: 8650133.

HSL color Cylindrical-coordinate representation of color #95FD83: hue angle of 111.15º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95FD83 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB149253131-
CMYK0.4100.480.01
HSL111.15º96.83%75.29%-
HSV(B)111.15º48.22%99.22%-
XYZ51.6278.2833.86-
YUV20884.5485.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 131 (51.56% from 255) = 24.58%
R=27.95%
G=47.47%
B=24.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492531310.4100.480.01111.1596.8375.29
Hex95FD832903016f614b
Octal225375203510601157141113
Binary10010101111111011000001110100101100001110111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,253,131); }

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

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

 a { background-color: rgb(149,253,131); }

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

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

 span { border-color: rgb(149,253,131); }

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