#86FD3F

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

Shades of Green Yellow #86FD3F

Tints of Green Yellow #86FD3F

Color information

#86FD3F (or 0x86FD3F) is unknown color: approx Green Yellow. HEX triplet: 86, FD and 3F. RGB value is (134,253,63). Sum of RGB (Red+Green+Blue) = 134+253+63=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 253 (99.22% from 255 or 56.22% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FD3F is #7902C0. Grayscale: #C4C4C4. Windows color (decimal): -7930561 or 4193670. OLE color: 4193670.

HSL color Cylindrical-coordinate representation of color #86FD3F: hue angle of 97.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86FD3F is Cyan = 0.47, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB13425363-
CMYK0.4700.750.01
HSL97.58º97.94%61.96%-
HSV(B)97.58º75.1%99.22%-
XYZ45.8575.6816.89-
YUV195.7653.0883.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 253 (99.22% from 255) = 56.22%
BLUE value IS 63 (25% from 255) = 14%
R=29.78%
G=56.22%
B=14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134253630.4700.750.0197.5897.9461.96
Hex86FD3F2F04B162623e
Octal20637577570113114214276
Binary100001101111110111111110111101001011111000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,253,63); }

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

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

 a { background-color: rgb(134,253,63); }

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

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

 span { border-color: rgb(134,253,63); }

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