#86FC68

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

Shades of Screamin' Green #86FC68

Tints of Screamin' Green #86FC68

Color information

#86FC68 (or 0x86FC68) is unknown color: approx Screamin' Green. HEX triplet: 86, FC and 68. RGB value is (134,252,104). Sum of RGB (Red+Green+Blue) = 134+252+104=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FC68 is #790397. Grayscale: #C8C8C8. Windows color (decimal): -7930776 or 6880390. OLE color: 6880390.

HSL color Cylindrical-coordinate representation of color #86FC68: hue angle of 107.84º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86FC68 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB134252104-
CMYK0.4700.590.01
HSL107.84º96.1%69.8%-
HSV(B)107.84º58.73%98.82%-
XYZ47.1475.6925.22-
YUV199.8573.9181.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 252 (98.83% from 255) = 51.43%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=27.35%
G=51.43%
B=21.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1342521040.4700.590.01107.8496.169.8
Hex86FC682F03B16c6046
Octal206374150570731154140106
Binary1000011011111100110100010111101110111110110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,252,104); }

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

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

 a { background-color: rgb(134,252,104); }

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

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

 span { border-color: rgb(134,252,104); }

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