Html Css Color HEX #7DFC86 Light Green

📋 copy color: '#7DFC86'

red 125 ◦ green 252 ◦ blue 134

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

Shades of Light Green #7DFC86

Tints of Light Green #7DFC86

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#7DFC86 (or 0x7DFC86) is known color: Light Green. HEX triplet: 7D, FC and 86. RGB value is (125,252,134). Sum of RGB (Red+Green+Blue) = 125+252+134=511 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.46% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFC86 is #820379. Grayscale: #C8C8C8. Windows color (decimal): -8520570 or 8846461. OLE color: 8846461.

HSL color Cylindrical-coordinate representation of color #7DFC86: hue angle of 124.25º 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 #7DFC86 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 252 134 -
CMYK 0.50 0 0.47 0.01
HSL 124.25º 0.95% 0.74% -
HSV(B) 124.25º 0.5% 0.99% -
XYZ 47.57 75.7 34.66 -
YUV 200.58 90.42 74.09 -
System Red Green Blue C M Y K H S L
Decimal 125 252 134 0.50 0 0.47 0.01 124.25 0.95 0.74
Hex 7D FC 86 32 0 2F 1 7C 5F 4A
Octal 175 374 206 62 0 57 1 174 137 112
Binary 1111101 11111100 10000110 110010 0 101111 1 1111100 1011111 1001010

Color Harmonies of #7DFC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFC86

Black with #7DFC86

Text Example


Text Example

White with #7DFC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DFC86; }

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

 H1.HeaderClassName
 {
   color: #7DFC86;
 }
 .AnyTagClassName
 {
   color: #7DFC86;
 }
</style>

background-color css

<style>
 a { background-color: #7DFC86; }

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

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

border-color css

<style>
 span { border-color: #7DFC86; }

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

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