#83DE86

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

Shades of Pastel Green #83DE86

Tints of Pastel Green #83DE86

Color information

#83DE86 (or 0x83DE86) is unknown color: approx Pastel Green. HEX triplet: 83, DE and 86. RGB value is (131,222,134). Sum of RGB (Red+Green+Blue) = 131+222+134=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #83DE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DE86 is #7C2179. Grayscale: #B9B9B9. Windows color (decimal): -8135034 or 8838787. OLE color: 8838787.

HSL color Cylindrical-coordinate representation of color #83DE86: hue angle of 121.98º degrees, saturation: 0.58, 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 #83DE86 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB131222134-
CMYK0.4100.400.13
HSL121.98º57.96%69.22%-
HSV(B)121.98º40.99%87.06%-
XYZ39.7858.7931.8-
YUV184.7699.3589.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=26.90%
G=45.59%
B=27.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1312221340.4100.400.13121.9857.9669.22
Hex83DE8629028D7a3a45
Octal203336206510501517272105
Binary1000001111011110100001101010010101000110111110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,222,134); }

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

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

 a { background-color: rgb(131,222,134); }

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

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

 span { border-color: rgb(131,222,134); }

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