#83D880

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

Shades of Pastel Green #83D880

Tints of Pastel Green #83D880

Color information

#83D880 (or 0x83D880) is unknown color: approx Pastel Green. HEX triplet: 83, D8 and 80. RGB value is (131,216,128). Sum of RGB (Red+Green+Blue) = 131+216+128=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #83D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83D880 is #7C277F. Grayscale: #B4B4B4. Windows color (decimal): -8136576 or 8444035. OLE color: 8444035.

HSL color Cylindrical-coordinate representation of color #83D880: hue angle of 117.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83D880 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB131216128-
CMYK0.3900.410.15
HSL117.95º53.01%67.45%-
HSV(B)117.95º40.74%84.71%-
XYZ37.8155.529.14-
YUV180.5598.3492.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=27.58%
G=45.47%
B=26.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1312161280.3900.410.15117.9553.0167.45
Hex83D88027029F763543
Octal203330200470511716665103
Binary1000001111011000100000001001110101001111111101101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,216,128); }

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

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

 a { background-color: rgb(131,216,128); }

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

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

 span { border-color: rgb(131,216,128); }

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