Html Css Color HEX #7DD071 Pastel Green

📋 copy color: '#7DD071'

red 125 ◦ green 208 ◦ blue 113

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

Shades of Pastel Green #7DD071

Tints of Pastel Green #7DD071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.34%

R = 28.03%
G = 46.64%
B = 25.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#7DD071 (or 0x7DD071) is known color: Pastel Green. HEX triplet: 7D, D0 and 71. RGB value is (125,208,113). Sum of RGB (Red+Green+Blue) = 125+208+113=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD071 is #822F8E. Grayscale: #ACACAC. Windows color (decimal): -8531855 or 7458941. OLE color: 7458941.

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

Color convert

RGB 125 208 113 -
CMYK 0.40 0 0.46 0.18
HSL 112.42º 0.5% 0.63% -
HSV(B) 112.42º 0.46% 0.82% -
XYZ 33.99 50.66 23.61 -
YUV 172.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 125 208 113 0.40 0 0.46 0.18 112.42 0.5 0.63
Hex 7D D0 71 28 0 2E 12 70 32 3F
Octal 175 320 161 50 0 56 22 160 62 77
Binary 1111101 11010000 1110001 101000 0 101110 10010 1110000 110010 111111

Color Harmonies of #7DD071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD071

Black with #7DD071

Text Example


Text Example

White with #7DD071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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