Html Css Color HEX #7DD76A Pastel Green

📋 copy color: '#7DD76A'

red 125 ◦ green 215 ◦ blue 106

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

Shades of Pastel Green #7DD76A

Tints of Pastel Green #7DD76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.21%

 BLUE value IS 106 (41.8% from 255) = 23.77%

R = 28.03%
G = 48.21%
B = 23.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#7DD76A (or 0x7DD76A) is known color: Pastel Green. HEX triplet: 7D, D7 and 6A. RGB value is (125,215,106). Sum of RGB (Red+Green+Blue) = 125+215+106=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD76A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD76A is #822895. Grayscale: #B0B0B0. Windows color (decimal): -8530070 or 7001981. OLE color: 7001981.

HSL color Cylindrical-coordinate representation of color #7DD76A: hue angle of 109.54º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD76A is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 106 -
CMYK 0.42 0 0.51 0.16
HSL 109.54º 0.58% 0.63% -
HSV(B) 109.54º 0.51% 0.84% -
XYZ 35.36 54 22.2 -
YUV 175.66 88.68 91.86 -
System Red Green Blue C M Y K H S L
Decimal 125 215 106 0.42 0 0.51 0.16 109.54 0.58 0.63
Hex 7D D7 6A 2A 0 33 10 6E 3A 3F
Octal 175 327 152 52 0 63 20 156 72 77
Binary 1111101 11010111 1101010 101010 0 110011 10000 1101110 111010 111111

Color Harmonies of #7DD76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD76A

Black with #7DD76A

Text Example


Text Example

White with #7DD76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,106); }

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

background-color css

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

 a { background-color: rgb(125,215,106); }

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

border-color css

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

 span { border-color: rgb(125,215,106); }

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