Html Css Color HEX #7DE18E Light Green

📋 copy color: '#7DE18E'

red 125 ◦ green 225 ◦ blue 142

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

Shades of Light Green #7DE18E

Tints of Light Green #7DE18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.86%

R = 25.41%
G = 45.73%
B = 28.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#7DE18E (or 0x7DE18E) is known color: Light Green. HEX triplet: 7D, E1 and 8E. RGB value is (125,225,142). Sum of RGB (Red+Green+Blue) = 125+225+142=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #7DE18E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE18E is #821E71. Grayscale: #B9B9B9. Windows color (decimal): -8527474 or 9363837. OLE color: 9363837.

HSL color Cylindrical-coordinate representation of color #7DE18E: hue angle of 130.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE18E is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 225 142 -
CMYK 0.44 0 0.37 0.12
HSL 130.2º 0.63% 0.69% -
HSV(B) 130.2º 0.44% 0.88% -
XYZ 40.27 60.16 35.08 -
YUV 185.64 103.37 84.75 -
System Red Green Blue C M Y K H S L
Decimal 125 225 142 0.44 0 0.37 0.12 130.2 0.63 0.69
Hex 7D E1 8E 2C 0 25 C 82 3E 45
Octal 175 341 216 54 0 45 14 202 76 105
Binary 1111101 11100001 10001110 101100 0 100101 1100 10000010 111110 1000101

Color Harmonies of #7DE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE18E

Black with #7DE18E

Text Example


Text Example

White with #7DE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,225,142); }

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

background-color css

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

 a { background-color: rgb(125,225,142); }

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

border-color css

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

 span { border-color: rgb(125,225,142); }

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