#86F958

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

Shades of Screamin' Green #86F958

Tints of Screamin' Green #86F958

Color information

#86F958 (or 0x86F958) is unknown color: approx Screamin' Green. HEX triplet: 86, F9 and 58. RGB value is (134,249,88). Sum of RGB (Red+Green+Blue) = 134+249+88=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #86F958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F958 is #7906A7. Grayscale: #C4C4C4. Windows color (decimal): -7931560 or 5831046. OLE color: 5831046.

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

Color convert

RGB13424988-
CMYK0.4600.650.02
HSL102.86º93.06%66.08%-
HSV(B)102.86º64.66%97.65%-
XYZ45.4773.5221.03-
YUV196.2666.983.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.45%
GREEN value IS 249 (97.66% from 255) = 52.87%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=28.45%
G=52.87%
B=18.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal134249880.4600.650.02102.8693.0666.08
Hex86F9582E0412675d42
Octal2063711305601012147135102
Binary100001101111100110110001011100100000110110011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,88); }

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

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

 a { background-color: rgb(134,249,88); }

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

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

 span { border-color: rgb(134,249,88); }

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