Html Css Color HEX #86F17E Light Green

📋 copy color: '#86F17E'

red 134 ◦ green 241 ◦ blue 126

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

Shades of Light Green #86F17E

Tints of Light Green #86F17E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.1%

 BLUE value IS 126 (49.61% from 255) = 25.15%

R = 26.75%
G = 48.1%
B = 25.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#86F17E (or 0x86F17E) is known color: Light Green. HEX triplet: 86, F1 and 7E. RGB value is (134,241,126). Sum of RGB (Red+Green+Blue) = 134+241+126=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #86F17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F17E is #790E81. Grayscale: #C4C4C4. Windows color (decimal): -7933570 or 8319366. OLE color: 8319366.

HSL color Cylindrical-coordinate representation of color #86F17E: hue angle of 115.83º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86F17E is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 241 126 -
CMYK 0.44 0 0.48 0.05
HSL 115.83º 0.8% 0.72% -
HSV(B) 115.83º 0.48% 0.95% -
XYZ 45.05 69.49 30.78 -
YUV 195.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 134 241 126 0.44 0 0.48 0.05 115.83 0.8 0.72
Hex 86 F1 7E 2C 0 30 5 74 50 48
Octal 206 361 176 54 0 60 5 164 120 110
Binary 10000110 11110001 1111110 101100 0 110000 101 1110100 1010000 1001000

Color Harmonies of #86F17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F17E

Black with #86F17E

Text Example


Text Example

White with #86F17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,241,126); }

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

background-color css

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

 a { background-color: rgb(134,241,126); }

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

border-color css

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

 span { border-color: rgb(134,241,126); }

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