#83F971

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

Shades of Pastel Green #83F971

Tints of Pastel Green #83F971

Color information

#83F971 (or 0x83F971) is unknown color: approx Pastel Green. HEX triplet: 83, F9 and 71. RGB value is (131,249,113). Sum of RGB (Red+Green+Blue) = 131+249+113=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #83F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83F971 is #7C068E. Grayscale: #C6C6C6. Windows color (decimal): -8128143 or 7469443. OLE color: 7469443.

HSL color Cylindrical-coordinate representation of color #83F971: hue angle of 112.06º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83F971 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB131249113-
CMYK0.4700.550.02
HSL112.06º91.89%70.98%-
HSV(B)112.06º54.62%97.65%-
XYZ46.2273.7727.43-
YUV198.2179.9180.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=26.57%
G=50.51%
B=22.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1312491130.4700.550.02112.0691.8970.98
Hex83F9712F0372705c47
Octal203371161570672160134107
Binary10000011111110011110001101111011011110111000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83F971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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