#86FF70

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

Shades of Screamin' Green #86FF70

Tints of Screamin' Green #86FF70

Color information

#86FF70 (or 0x86FF70) is unknown color: approx Screamin' Green. HEX triplet: 86, FF and 70. RGB value is (134,255,112). Sum of RGB (Red+Green+Blue) = 134+255+112=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FF70 is #79008F. Grayscale: #CACACA. Windows color (decimal): -7930000 or 7405446. OLE color: 7405446.

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

Color convert

RGB134255112-
CMYK0.4700.560
HSL110.77º100%71.96%-
HSV(B)110.77º56.08%100%-
XYZ48.5277.7627.78-
YUV202.5276.9179.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 255 (100% from 255) = 50.90%
BLUE value IS 112 (44.14% from 255) = 22.36%
R=26.75%
G=50.90%
B=22.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342551120.4700.560110.7710071.96
Hex86FF702F03806f6448
Octal206377160570700157144110
Binary1000011011111111111000010111101110000110111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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