#83DD95

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

Shades of Light Green #83DD95

Tints of Light Green #83DD95

Color information

#83DD95 (or 0x83DD95) is unknown color: approx Light Green. HEX triplet: 83, DD and 95. RGB value is (131,221,149). Sum of RGB (Red+Green+Blue) = 131+221+149=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD95 is #7C226A. Grayscale: #BABABA. Windows color (decimal): -8135275 or 9821571. OLE color: 9821571.

HSL color Cylindrical-coordinate representation of color #83DD95: hue angle of 132º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DD95 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB131221149-
CMYK0.4100.330.13
HSL132º56.96%69.02%-
HSV(B)132º40.72%86.67%-
XYZ40.6458.7137.62-
YUV185.88107.1888.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.15%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=26.15%
G=44.11%
B=29.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312211490.4100.330.1313256.9669.02
Hex83DD9529021D843945
Octal203335225510411520471105
Binary10000011110111011001010110100101000011101100001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83DD95; }

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

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

<style>
 a { background-color: #83DD95; }

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

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

<style>
 span { border-color: #83DD95; }

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

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