Html Css Color HEX #86F289 Light Green

📋 copy color: '#86F289'

red 134 ◦ green 242 ◦ blue 137

#86F289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #86F289

Tints of Light Green #86F289

RGB

 RED value IS 134 (52.73% from 255) = 26.12%

 GREEN value IS 242 (94.92% from 255) = 47.17%

 BLUE value IS 137 (53.91% from 255) = 26.71%

R = 26.12%
G = 47.17%
B = 26.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#86F289 (or 0x86F289) is known color: Light Green. HEX triplet: 86, F2 and 89. RGB value is (134,242,137). Sum of RGB (Red+Green+Blue) = 134+242+137=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #86F289 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F289 is #790D76. Grayscale: #C6C6C6. Windows color (decimal): -7933303 or 9040518. OLE color: 9040518.

HSL color Cylindrical-coordinate representation of color #86F289: hue angle of 121.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F289 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 242 137 -
CMYK 0.45 0 0.43 0.05
HSL 121.67º 0.81% 0.74% -
HSV(B) 121.67º 0.45% 0.95% -
XYZ 46.1 70.38 34.82 -
YUV 197.74 93.72 82.54 -
System Red Green Blue C M Y K H S L
Decimal 134 242 137 0.45 0 0.43 0.05 121.67 0.81 0.74
Hex 86 F2 89 2D 0 2B 5 7A 51 4A
Octal 206 362 211 55 0 53 5 172 121 112
Binary 10000110 11110010 10001001 101101 0 101011 101 1111010 1010001 1001010

Color Harmonies of #86F289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F289

Black with #86F289

Text Example


Text Example

White with #86F289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,242,137); }

 H1.HeaderClassName
 {
   color: #86F289;
 }
 .AnyTagClassName
 {
   color: #86F289;
 }
</style>

background-color css

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

 a { background-color: rgb(134,242,137); }

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

border-color css

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

 span { border-color: rgb(134,242,137); }

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