Html Css Color HEX #86F07E Light Green

📋 copy color: '#86F07E'

red 134 ◦ green 240 ◦ blue 126

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

Shades of Light Green #86F07E

Tints of Light Green #86F07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

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

R = 26.8%
G = 48%
B = 25.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#86F07E (or 0x86F07E) is known color: Light Green. HEX triplet: 86, F0 and 7E. RGB value is (134,240,126). Sum of RGB (Red+Green+Blue) = 134+240+126=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #86F07E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F07E is #790F81. Grayscale: #C3C3C3. Windows color (decimal): -7933826 or 8319110. OLE color: 8319110.

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

Color convert

RGB 134 240 126 -
CMYK 0.44 0 0.48 0.06
HSL 115.79º 0.79% 0.72% -
HSV(B) 115.79º 0.48% 0.94% -
XYZ 44.76 68.89 30.68 -
YUV 195.31 88.88 84.27 -
System Red Green Blue C M Y K H S L
Decimal 134 240 126 0.44 0 0.48 0.06 115.79 0.79 0.72
Hex 86 F0 7E 2C 0 30 6 74 4F 48
Octal 206 360 176 54 0 60 6 164 117 110
Binary 10000110 11110000 1111110 101100 0 110000 110 1110100 1001111 1001000

Color Harmonies of #86F07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F07E

Black with #86F07E

Text Example


Text Example

White with #86F07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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