#86FF72

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

Shades of Screamin' Green #86FF72

Tints of Screamin' Green #86FF72

Color information

#86FF72 (or 0x86FF72) is unknown color: approx Screamin' Green. HEX triplet: 86, FF and 72. RGB value is (134,255,114). Sum of RGB (Red+Green+Blue) = 134+255+114=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FF72 is #79008D. Grayscale: #CBCBCB. Windows color (decimal): -7929998 or 7536518. OLE color: 7536518.

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

Color convert

RGB134255114-
CMYK0.4700.550
HSL111.49º100%72.35%-
HSV(B)111.49º55.29%100%-
XYZ48.6377.828.37-
YUV202.7577.9178.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.64%
GREEN value IS 255 (100% from 255) = 50.70%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=26.64%
G=50.70%
B=22.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342551140.4700.550111.4910072.35
Hex86FF722F03706f6448
Octal206377162570670157144110
Binary1000011011111111111001010111101101110110111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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