Html Css Color HEX #86E188 Light Green

📋 copy color: '#86E188'

red 134 ◦ green 225 ◦ blue 136

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

Shades of Light Green #86E188

Tints of Light Green #86E188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 27.07%
G = 45.45%
B = 27.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#86E188 (or 0x86E188) is known color: Light Green. HEX triplet: 86, E1 and 88. RGB value is (134,225,136). Sum of RGB (Red+Green+Blue) = 134+225+136=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #86E188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E188 is #791E77. Grayscale: #BBBBBB. Windows color (decimal): -7937656 or 8970630. OLE color: 8970630.

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

Color convert

RGB 134 225 136 -
CMYK 0.40 0 0.40 0.12
HSL 121.32º 0.6% 0.7% -
HSV(B) 121.32º 0.4% 0.88% -
XYZ 41.2 60.7 32.84 -
YUV 187.65 98.85 89.74 -
System Red Green Blue C M Y K H S L
Decimal 134 225 136 0.40 0 0.40 0.12 121.32 0.6 0.7
Hex 86 E1 88 28 0 28 C 79 3C 46
Octal 206 341 210 50 0 50 14 171 74 106
Binary 10000110 11100001 10001000 101000 0 101000 1100 1111001 111100 1000110

Color Harmonies of #86E188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E188

Black with #86E188

Text Example


Text Example

White with #86E188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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