#83E182

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

Shades of Pastel Green #83E182

Tints of Pastel Green #83E182

Color information

#83E182 (or 0x83E182) is unknown color: approx Pastel Green. HEX triplet: 83, E1 and 82. RGB value is (131,225,130). Sum of RGB (Red+Green+Blue) = 131+225+130=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #83E182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83E182 is #7C1E7D. Grayscale: #BABABA. Windows color (decimal): -8134270 or 8577411. OLE color: 8577411.

HSL color Cylindrical-coordinate representation of color #83E182: hue angle of 119.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E182 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB131225130-
CMYK0.4200.420.12
HSL119.37º61.29%69.61%-
HSV(B)119.37º42.22%88.24%-
XYZ40.3160.2930.63-
YUV186.0696.3688.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 225 (88.28% from 255) = 46.30%
BLUE value IS 130 (51.17% from 255) = 26.75%
R=26.95%
G=46.30%
B=26.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1312251300.4200.420.12119.3761.2969.61
Hex83E1822A02AC773d46
Octal203341202520521416775106
Binary1000001111100001100000101010100101010110011101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,225,130); }

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

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

 a { background-color: rgb(131,225,130); }

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

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

 span { border-color: rgb(131,225,130); }

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