#86FD62

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

Shades of Screamin' Green #86FD62

Tints of Screamin' Green #86FD62

Color information

#86FD62 (or 0x86FD62) is unknown color: approx Screamin' Green. HEX triplet: 86, FD and 62. RGB value is (134,253,98). Sum of RGB (Red+Green+Blue) = 134+253+98=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #86FD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FD62 is #79029D. Grayscale: #C8C8C8. Windows color (decimal): -7930526 or 6487430. OLE color: 6487430.

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

Color convert

RGB13425398-
CMYK0.4700.610.01
HSL106.06º97.48%68.82%-
HSV(B)106.06º61.26%99.22%-
XYZ47.1676.223.78-
YUV199.7570.5881.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.63%
GREEN value IS 253 (99.22% from 255) = 52.16%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=27.63%
G=52.16%
B=20.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal134253980.4700.610.01106.0697.4868.82
Hex86FD622F03D16a6145
Octal206375142570751152141105
Binary1000011011111101110001010111101111011110101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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