Html Css Color HEX #7DE093 Light Green

📋 copy color: '#7DE093'

red 125 ◦ green 224 ◦ blue 147

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

Shades of Light Green #7DE093

Tints of Light Green #7DE093

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.16%

 BLUE value IS 147 (57.81% from 255) = 29.64%

R = 25.2%
G = 45.16%
B = 29.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#7DE093 (or 0x7DE093) is known color: Light Green. HEX triplet: 7D, E0 and 93. RGB value is (125,224,147). Sum of RGB (Red+Green+Blue) = 125+224+147=496 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.20% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE093 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE093 is #821F6C. Grayscale: #B9B9B9. Windows color (decimal): -8527725 or 9691261. OLE color: 9691261.

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

Color convert

RGB 125 224 147 -
CMYK 0.44 0 0.34 0.12
HSL 133.33º 0.61% 0.68% -
HSV(B) 133.33º 0.44% 0.88% -
XYZ 40.38 59.78 37.01 -
YUV 185.62 106.2 84.76 -
System Red Green Blue C M Y K H S L
Decimal 125 224 147 0.44 0 0.34 0.12 133.33 0.61 0.68
Hex 7D E0 93 2C 0 22 C 85 3D 44
Octal 175 340 223 54 0 42 14 205 75 104
Binary 1111101 11100000 10010011 101100 0 100010 1100 10000101 111101 1000100

Color Harmonies of #7DE093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE093

Black with #7DE093

Text Example


Text Example

White with #7DE093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,224,147); }

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

background-color css

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

 a { background-color: rgb(125,224,147); }

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

border-color css

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

 span { border-color: rgb(125,224,147); }

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