Html Css Color HEX #86F37D Light Green

📋 copy color: '#86F37D'

red 134 ◦ green 243 ◦ blue 125

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

Shades of Light Green #86F37D

Tints of Light Green #86F37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.41%

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 26.69%
G = 48.41%
B = 24.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#86F37D (or 0x86F37D) is known color: Light Green. HEX triplet: 86, F3 and 7D. RGB value is (134,243,125). Sum of RGB (Red+Green+Blue) = 134+243+125=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 243 (95.31% from 255 or 48.41% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 243 - color contains mainly: green. Hex color #86F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F37D is #790C82. Grayscale: #C5C5C5. Windows color (decimal): -7933059 or 8254342. OLE color: 8254342.

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

Color convert

RGB 134 243 125 -
CMYK 0.45 0 0.49 0.05
HSL 115.42º 0.83% 0.72% -
HSV(B) 115.42º 0.49% 0.95% -
XYZ 45.58 70.65 30.64 -
YUV 196.96 87.39 83.09 -
System Red Green Blue C M Y K H S L
Decimal 134 243 125 0.45 0 0.49 0.05 115.42 0.83 0.72
Hex 86 F3 7D 2D 0 31 5 73 53 48
Octal 206 363 175 55 0 61 5 163 123 110
Binary 10000110 11110011 1111101 101101 0 110001 101 1110011 1010011 1001000

Color Harmonies of #86F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F37D

Black with #86F37D

Text Example


Text Example

White with #86F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,243,125); }

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

background-color css

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

 a { background-color: rgb(134,243,125); }

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

border-color css

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

 span { border-color: rgb(134,243,125); }

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