#86F883

Color #86F883 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86F883

Tints of Light Green #86F883

Color information

#86F883 (or 0x86F883) is unknown color: approx Light Green. HEX triplet: 86, F8 and 83. RGB value is (134,248,131). Sum of RGB (Red+Green+Blue) = 134+248+131=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #86F883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F883 is #79077C. Grayscale: #C8C8C8. Windows color (decimal): -7931773 or 8648838. OLE color: 8648838.

HSL color Cylindrical-coordinate representation of color #86F883: hue angle of 118.46º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86F883 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB134248131-
CMYK0.4600.470.03
HSL118.46º89.31%74.31%-
HSV(B)118.46º47.18%97.25%-
XYZ47.573.8433.22-
YUV200.5888.7380.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 248 (97.27% from 255) = 48.34%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=26.12%
G=48.34%
B=25.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342481310.4600.470.03118.4689.3174.31
Hex86F8832E02F376594a
Octal206370203560573166131112
Binary100001101111100010000011101110010111111111011010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F883; }

 p { color: rgb(134,248,131); }

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

<style>
 a { background-color: #86F883; }

 a { background-color: rgb(134,248,131); }

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

<style>
 span { border-color: #86F883; }

 span { border-color: rgb(134,248,131); }

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