Html Css Color HEX #86FC7D Light Green

📋 copy color: '#86FC7D'

red 134 ◦ green 252 ◦ blue 125

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

Shades of Light Green #86FC7D

Tints of Light Green #86FC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

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

R = 26.22%
G = 49.32%
B = 24.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#86FC7D (or 0x86FC7D) is known color: Light Green. HEX triplet: 86, FC and 7D. RGB value is (134,252,125). Sum of RGB (Red+Green+Blue) = 134+252+125=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #86FC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FC7D is #790382. Grayscale: #CACACA. Windows color (decimal): -7930755 or 8256646. OLE color: 8256646.

HSL color Cylindrical-coordinate representation of color #86FC7D: hue angle of 115.75º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86FC7D is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 125 -
CMYK 0.47 0 0.50 0.01
HSL 115.75º 0.95% 0.74% -
HSV(B) 115.75º 0.5% 0.99% -
XYZ 48.34 76.17 31.56 -
YUV 202.24 84.41 79.33 -
System Red Green Blue C M Y K H S L
Decimal 134 252 125 0.47 0 0.50 0.01 115.75 0.95 0.74
Hex 86 FC 7D 2F 0 32 1 74 5F 4A
Octal 206 374 175 57 0 62 1 164 137 112
Binary 10000110 11111100 1111101 101111 0 110010 1 1110100 1011111 1001010

Color Harmonies of #86FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FC7D

Black with #86FC7D

Text Example


Text Example

White with #86FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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