Html Css Color HEX #7DE08C Pastel Green

📋 copy color: '#7DE08C'

red 125 ◦ green 224 ◦ blue 140

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

Shades of Pastel Green #7DE08C

Tints of Pastel Green #7DE08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 25.56%
G = 45.81%
B = 28.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#7DE08C (or 0x7DE08C) is known color: Pastel Green. HEX triplet: 7D, E0 and 8C. RGB value is (125,224,140). Sum of RGB (Red+Green+Blue) = 125+224+140=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE08C is #821F73. Grayscale: #B9B9B9. Windows color (decimal): -8527732 or 9232509. OLE color: 9232509.

HSL color Cylindrical-coordinate representation of color #7DE08C: hue angle of 129.09º 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 #7DE08C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 224 140 -
CMYK 0.44 0 0.38 0.12
HSL 129.09º 0.61% 0.68% -
HSV(B) 129.09º 0.44% 0.88% -
XYZ 39.85 59.56 34.21 -
YUV 184.82 102.7 85.33 -
System Red Green Blue C M Y K H S L
Decimal 125 224 140 0.44 0 0.38 0.12 129.09 0.61 0.68
Hex 7D E0 8C 2C 0 26 C 81 3D 44
Octal 175 340 214 54 0 46 14 201 75 104
Binary 1111101 11100000 10001100 101100 0 100110 1100 10000001 111101 1000100

Color Harmonies of #7DE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE08C

Black with #7DE08C

Text Example


Text Example

White with #7DE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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