Html Css Color HEX #86E58E Light Green

📋 copy color: '#86E58E'

red 134 ◦ green 229 ◦ blue 142

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

Shades of Light Green #86E58E

Tints of Light Green #86E58E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.35%

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 26.53%
G = 45.35%
B = 28.12%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#86E58E (or 0x86E58E) is known color: Light Green. HEX triplet: 86, E5 and 8E. RGB value is (134,229,142). Sum of RGB (Red+Green+Blue) = 134+229+142=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #86E58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E58E is #791A71. Grayscale: #BEBEBE. Windows color (decimal): -7936626 or 9364870. OLE color: 9364870.

HSL color Cylindrical-coordinate representation of color #86E58E: hue angle of 125.05º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E58E is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 229 142 -
CMYK 0.41 0 0.38 0.10
HSL 125.05º 0.65% 0.71% -
HSV(B) 125.05º 0.41% 0.9% -
XYZ 42.73 63.06 35.51 -
YUV 190.68 100.53 87.57 -
System Red Green Blue C M Y K H S L
Decimal 134 229 142 0.41 0 0.38 0.10 125.05 0.65 0.71
Hex 86 E5 8E 29 0 26 A 7D 41 47
Octal 206 345 216 51 0 46 12 175 101 107
Binary 10000110 11100101 10001110 101001 0 100110 1010 1111101 1000001 1000111

Color Harmonies of #86E58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E58E

Black with #86E58E

Text Example


Text Example

White with #86E58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,229,142); }

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

background-color css

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

 a { background-color: rgb(134,229,142); }

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

border-color css

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

 span { border-color: rgb(134,229,142); }

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