Html Css Color HEX #7DEB94 Light Green

📋 copy color: '#7DEB94'

red 125 ◦ green 235 ◦ blue 148

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

Shades of Light Green #7DEB94

Tints of Light Green #7DEB94

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.26%

 BLUE value IS 148 (58.2% from 255) = 29.13%

R = 24.61%
G = 46.26%
B = 29.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#7DEB94 (or 0x7DEB94) is known color: Light Green. HEX triplet: 7D, EB and 94. RGB value is (125,235,148). Sum of RGB (Red+Green+Blue) = 125+235+148=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEB94 is #82146B. Grayscale: #C0C0C0. Windows color (decimal): -8524908 or 9759613. OLE color: 9759613.

HSL color Cylindrical-coordinate representation of color #7DEB94: hue angle of 132.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEB94 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 148 -
CMYK 0.47 0 0.37 0.08
HSL 132.55º 0.73% 0.71% -
HSV(B) 132.55º 0.47% 0.92% -
XYZ 43.51 65.91 38.45 -
YUV 192.19 103.06 80.07 -
System Red Green Blue C M Y K H S L
Decimal 125 235 148 0.47 0 0.37 0.08 132.55 0.73 0.71
Hex 7D EB 94 2F 0 25 8 85 49 47
Octal 175 353 224 57 0 45 10 205 111 107
Binary 1111101 11101011 10010100 101111 0 100101 1000 10000101 1001001 1000111

Color Harmonies of #7DEB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEB94

Black with #7DEB94

Text Example


Text Example

White with #7DEB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,235,148); }

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

background-color css

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

 a { background-color: rgb(125,235,148); }

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

border-color css

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

 span { border-color: rgb(125,235,148); }

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