Html Css Color HEX #7DD782 Pastel Green

📋 copy color: '#7DD782'

red 125 ◦ green 215 ◦ blue 130

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

Shades of Pastel Green #7DD782

Tints of Pastel Green #7DD782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.66%

R = 26.6%
G = 45.74%
B = 27.66%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#7DD782 (or 0x7DD782) is known color: Pastel Green. HEX triplet: 7D, D7 and 82. RGB value is (125,215,130). Sum of RGB (Red+Green+Blue) = 125+215+130=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD782 is #82287D. Grayscale: #B2B2B2. Windows color (decimal): -8530046 or 8574845. OLE color: 8574845.

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

Color convert

RGB 125 215 130 -
CMYK 0.42 0 0.40 0.16
HSL 123.33º 0.53% 0.67% -
HSV(B) 123.33º 0.42% 0.84% -
XYZ 36.79 54.57 29.71 -
YUV 178.4 100.68 89.91 -
System Red Green Blue C M Y K H S L
Decimal 125 215 130 0.42 0 0.40 0.16 123.33 0.53 0.67
Hex 7D D7 82 2A 0 28 10 7B 35 43
Octal 175 327 202 52 0 50 20 173 65 103
Binary 1111101 11010111 10000010 101010 0 101000 10000 1111011 110101 1000011

Color Harmonies of #7DD782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD782

Black with #7DD782

Text Example


Text Example

White with #7DD782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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