#86FA61

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

Shades of Screamin' Green #86FA61

Tints of Screamin' Green #86FA61

Color information

#86FA61 (or 0x86FA61) is unknown color: approx Screamin' Green. HEX triplet: 86, FA and 61. RGB value is (134,250,97). Sum of RGB (Red+Green+Blue) = 134+250+97=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA61 is #79059E. Grayscale: #C6C6C6. Windows color (decimal): -7931295 or 6421126. OLE color: 6421126.

HSL color Cylindrical-coordinate representation of color #86FA61: hue angle of 105.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86FA61 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB13425097-
CMYK0.4600.610.02
HSL105.49º93.87%68.04%-
HSV(B)105.49º61.2%98.04%-
XYZ46.1774.323.22-
YUV197.8771.0782.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.86%
GREEN value IS 250 (98.05% from 255) = 51.98%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=27.86%
G=51.98%
B=20.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134250970.4600.610.02105.4993.8768.04
Hex86FA612E03D2695e44
Octal206372141560752151136104
Binary10000110111110101100001101110011110110110100110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,97); }

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

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

 a { background-color: rgb(134,250,97); }

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

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

 span { border-color: rgb(134,250,97); }

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