#86FF5B

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

Shades of Screamin' Green #86FF5B

Tints of Screamin' Green #86FF5B

Color information

#86FF5B (or 0x86FF5B) is unknown color: approx Screamin' Green. HEX triplet: 86, FF and 5B. RGB value is (134,255,91). Sum of RGB (Red+Green+Blue) = 134+255+91=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FF5B is #7900A4. Grayscale: #C8C8C8. Windows color (decimal): -7930021 or 6029190. OLE color: 6029190.

HSL color Cylindrical-coordinate representation of color #86FF5B: hue angle of 104.27º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86FF5B is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB13425591-
CMYK0.4700.640
HSL104.27º100%67.84%-
HSV(B)104.27º64.31%100%-
XYZ47.4877.3422.32-
YUV200.1266.4180.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 255 (100% from 255) = 53.12%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=27.92%
G=53.12%
B=18.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134255910.4700.640104.2710067.84
Hex86FF5B2F0400686444
Octal2063771335701000150144104
Binary10000110111111111011011101111010000000110100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,255,91); }

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

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

 a { background-color: rgb(134,255,91); }

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

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

 span { border-color: rgb(134,255,91); }

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