#86FD4D

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

Shades of Screamin' Green #86FD4D

Tints of Screamin' Green #86FD4D

Color information

#86FD4D (or 0x86FD4D) is unknown color: approx Screamin' Green. HEX triplet: 86, FD and 4D. RGB value is (134,253,77). Sum of RGB (Red+Green+Blue) = 134+253+77=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FD4D is #7902B2. Grayscale: #C5C5C5. Windows color (decimal): -7930547 or 5111174. OLE color: 5111174.

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

Color convert

RGB13425377-
CMYK0.4700.700.01
HSL100.57º97.78%64.71%-
HSV(B)100.57º69.57%99.22%-
XYZ46.375.8519.22-
YUV197.3660.0882.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 253 (99.22% from 255) = 54.53%
BLUE value IS 77 (30.47% from 255) = 16.59%
R=28.88%
G=54.53%
B=16.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134253770.4700.700.01100.5797.7864.71
Hex86FD4D2F0461656241
Octal2063751155701061145142101
Binary10000110111111011001101101111010001101110010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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