#83D070

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

Shades of Pastel Green #83D070

Tints of Pastel Green #83D070

Color information

#83D070 (or 0x83D070) is unknown color: approx Pastel Green. HEX triplet: 83, D0 and 70. RGB value is (131,208,112). Sum of RGB (Red+Green+Blue) = 131+208+112=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #83D070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D070 is #7C2F8F. Grayscale: #AEAEAE. Windows color (decimal): -8138640 or 7393411. OLE color: 7393411.

HSL color Cylindrical-coordinate representation of color #83D070: hue angle of 108.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83D070 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB131208112-
CMYK0.3700.460.18
HSL108.12º50.53%62.75%-
HSV(B)108.12º46.15%81.57%-
XYZ34.8451.1123.36-
YUV174.0392.9997.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.05%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=29.05%
G=46.12%
B=24.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1312081120.3700.460.18108.1250.5362.75
Hex83D0702502E126c333f
Octal20332016045056221546377
Binary100000111101000011100001001010101110100101101100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83D070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,208,112); }

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

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

 a { background-color: rgb(131,208,112); }

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

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

 span { border-color: rgb(131,208,112); }

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