Html Css Color HEX #86E185 Light Green

📋 copy color: '#86E185'

red 134 ◦ green 225 ◦ blue 133

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

Shades of Light Green #86E185

Tints of Light Green #86E185

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.73%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 27.24%
G = 45.73%
B = 27.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#86E185 (or 0x86E185) is known color: Light Green. HEX triplet: 86, E1 and 85. RGB value is (134,225,133). Sum of RGB (Red+Green+Blue) = 134+225+133=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #86E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E185 is #791E7A. Grayscale: #BBBBBB. Windows color (decimal): -7937659 or 8774022. OLE color: 8774022.

HSL color Cylindrical-coordinate representation of color #86E185: hue angle of 119.35º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E185 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 225 133 -
CMYK 0.40 0 0.41 0.12
HSL 119.35º 0.61% 0.7% -
HSV(B) 119.35º 0.41% 0.88% -
XYZ 40.99 60.61 31.73 -
YUV 187.3 97.35 89.98 -
System Red Green Blue C M Y K H S L
Decimal 134 225 133 0.40 0 0.41 0.12 119.35 0.61 0.7
Hex 86 E1 85 28 0 29 C 77 3D 46
Octal 206 341 205 50 0 51 14 167 75 106
Binary 10000110 11100001 10000101 101000 0 101001 1100 1110111 111101 1000110

Color Harmonies of #86E185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E185

Black with #86E185

Text Example


Text Example

White with #86E185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,225,133); }

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

background-color css

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

 a { background-color: rgb(134,225,133); }

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

border-color css

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

 span { border-color: rgb(134,225,133); }

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