#86FF49

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

Shades of Screamin' Green #86FF49

Tints of Screamin' Green #86FF49

Color information

#86FF49 (or 0x86FF49) is unknown color: approx Screamin' Green. HEX triplet: 86, FF and 49. RGB value is (134,255,73). Sum of RGB (Red+Green+Blue) = 134+255+73=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FF49 is #7900B6. Grayscale: #C6C6C6. Windows color (decimal): -7930039 or 4849542. OLE color: 4849542.

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

Color convert

RGB13425573-
CMYK0.4700.710
HSL99.89º100%64.31%-
HSV(B)99.89º71.37%100%-
XYZ46.7977.0718.71-
YUV198.0757.4182.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 255 (100% from 255) = 55.19%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=29.00%
G=55.19%
B=15.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134255730.4700.71099.8910064.31
Hex86FF492F0470646440
Octal2063771115701070144144100
Binary10000110111111111001001101111010001110110010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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