#83DC71

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

Shades of Pastel Green #83DC71

Tints of Pastel Green #83DC71

Color information

#83DC71 (or 0x83DC71) is unknown color: approx Pastel Green. HEX triplet: 83, DC and 71. RGB value is (131,220,113). Sum of RGB (Red+Green+Blue) = 131+220+113=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #83DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83DC71 is #7C238E. Grayscale: #B5B5B5. Windows color (decimal): -8135567 or 7462019. OLE color: 7462019.

HSL color Cylindrical-coordinate representation of color #83DC71: hue angle of 109.91º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83DC71 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB131220113-
CMYK0.4000.490.14
HSL109.91º60.45%65.29%-
HSV(B)109.91º48.64%86.27%-
XYZ37.9357.224.66-
YUV181.1989.5192.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=28.23%
G=47.41%
B=24.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1312201130.4000.490.14109.9160.4565.29
Hex83DC7128031E6e3c41
Octal203334161500611615674101
Binary100000111101110011100011010000110001111011011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83DC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,220,113); }

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

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

 a { background-color: rgb(131,220,113); }

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

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

 span { border-color: rgb(131,220,113); }

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