Html Css Color HEX #7DD077 Pastel Green

📋 copy color: '#7DD077'

red 125 ◦ green 208 ◦ blue 119

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

Shades of Pastel Green #7DD077

Tints of Pastel Green #7DD077

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.02%

 BLUE value IS 119 (46.88% from 255) = 26.33%

R = 27.65%
G = 46.02%
B = 26.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#7DD077 (or 0x7DD077) is known color: Pastel Green. HEX triplet: 7D, D0 and 77. RGB value is (125,208,119). Sum of RGB (Red+Green+Blue) = 125+208+119=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 119 (46.88% from 255 or 26.33% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD077 is #822F88. Grayscale: #ADADAD. Windows color (decimal): -8531849 or 7852157. OLE color: 7852157.

HSL color Cylindrical-coordinate representation of color #7DD077: hue angle of 115.96º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD077 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 119 -
CMYK 0.40 0 0.43 0.18
HSL 115.96º 0.49% 0.64% -
HSV(B) 115.96º 0.43% 0.82% -
XYZ 34.34 50.8 25.45 -
YUV 173.04 97.5 93.74 -
System Red Green Blue C M Y K H S L
Decimal 125 208 119 0.40 0 0.43 0.18 115.96 0.49 0.64
Hex 7D D0 77 28 0 2B 12 74 31 40
Octal 175 320 167 50 0 53 22 164 61 100
Binary 1111101 11010000 1110111 101000 0 101011 10010 1110100 110001 1000000

Color Harmonies of #7DD077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD077

Black with #7DD077

Text Example


Text Example

White with #7DD077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,119); }

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

background-color css

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

 a { background-color: rgb(125,208,119); }

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

border-color css

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

 span { border-color: rgb(125,208,119); }

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