Html Css Color HEX #7DEA94 Light Green

📋 copy color: '#7DEA94'

red 125 ◦ green 234 ◦ blue 148

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

Shades of Light Green #7DEA94

Tints of Light Green #7DEA94

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.15%

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

R = 24.65%
G = 46.15%
B = 29.19%

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

#7DEA94 (or 0x7DEA94) is known color: Light Green. HEX triplet: 7D, EA and 94. RGB value is (125,234,148). Sum of RGB (Red+Green+Blue) = 125+234+148=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEA94 is #82156B. Grayscale: #BFBFBF. Windows color (decimal): -8525164 or 9759357. OLE color: 9759357.

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

Color convert

RGB 125 234 148 -
CMYK 0.47 0 0.37 0.08
HSL 132.66º 0.72% 0.7% -
HSV(B) 132.66º 0.47% 0.92% -
XYZ 43.23 65.34 38.35 -
YUV 191.61 103.39 80.49 -
System Red Green Blue C M Y K H S L
Decimal 125 234 148 0.47 0 0.37 0.08 132.66 0.72 0.7
Hex 7D EA 94 2F 0 25 8 85 48 46
Octal 175 352 224 57 0 45 10 205 110 106
Binary 1111101 11101010 10010100 101111 0 100101 1000 10000101 1001000 1000110

Color Harmonies of #7DEA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEA94

Black with #7DEA94

Text Example


Text Example

White with #7DEA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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