#83DD85

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

Shades of Pastel Green #83DD85

Tints of Pastel Green #83DD85

Color information

#83DD85 (or 0x83DD85) is unknown color: approx Pastel Green. HEX triplet: 83, DD and 85. RGB value is (131,221,133). Sum of RGB (Red+Green+Blue) = 131+221+133=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #83DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DD85 is #7C227A. Grayscale: #B8B8B8. Windows color (decimal): -8135291 or 8772995. OLE color: 8772995.

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

Color convert

RGB131221133-
CMYK0.4100.400.13
HSL121.33º56.96%69.02%-
HSV(B)121.33º40.72%86.67%-
XYZ39.4558.2331.35-
YUV184.0699.1890.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.01%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=27.01%
G=45.57%
B=27.42%

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
Decimal1312211330.4100.400.13121.3356.9669.02
Hex83DD8529028D793945
Octal203335205510501517171105
Binary1000001111011101100001011010010101000110111110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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