#86F760

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

Shades of Screamin' Green #86F760

Tints of Screamin' Green #86F760

Color information

#86F760 (or 0x86F760) is unknown color: approx Screamin' Green. HEX triplet: 86, F7 and 60. RGB value is (134,247,96). Sum of RGB (Red+Green+Blue) = 134+247+96=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #86F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F760 is #79089F. Grayscale: #C4C4C4. Windows color (decimal): -7932064 or 6354822. OLE color: 6354822.

HSL color Cylindrical-coordinate representation of color #86F760: hue angle of 104.9º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86F760 is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB13424796-
CMYK0.4600.610.03
HSL104.9º90.42%67.25%-
HSV(B)104.9º61.13%96.86%-
XYZ45.272.4322.67-
YUV19671.5683.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 247 (96.88% from 255) = 51.78%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=28.09%
G=51.78%
B=20.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal134247960.4600.610.03104.990.4267.25
Hex86F7602E03D3695a43
Octal206367140560753151132103
Binary10000110111101111100000101110011110111110100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,247,96); }

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

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

 a { background-color: rgb(134,247,96); }

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

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

 span { border-color: rgb(134,247,96); }

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