Html Css Color HEX #7DED71 Pastel Green

📋 copy color: '#7DED71'

red 125 ◦ green 237 ◦ blue 113

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

Shades of Pastel Green #7DED71

Tints of Pastel Green #7DED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.89%

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

R = 26.32%
G = 49.89%
B = 23.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#7DED71 (or 0x7DED71) is known color: Pastel Green. HEX triplet: 7D, ED and 71. RGB value is (125,237,113). Sum of RGB (Red+Green+Blue) = 125+237+113=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #7DED71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DED71 is #82128E. Grayscale: #BDBDBD. Windows color (decimal): -8524431 or 7466365. OLE color: 7466365.

HSL color Cylindrical-coordinate representation of color #7DED71: hue angle of 114.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DED71 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 237 113 -
CMYK 0.47 0 0.52 0.07
HSL 114.19º 0.78% 0.69% -
HSV(B) 114.19º 0.52% 0.93% -
XYZ 41.72 66.12 26.19 -
YUV 189.38 84.89 82.08 -
System Red Green Blue C M Y K H S L
Decimal 125 237 113 0.47 0 0.52 0.07 114.19 0.78 0.69
Hex 7D ED 71 2F 0 34 7 72 4E 45
Octal 175 355 161 57 0 64 7 162 116 105
Binary 1111101 11101101 1110001 101111 0 110100 111 1110010 1001110 1000101

Color Harmonies of #7DED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DED71

Black with #7DED71

Text Example


Text Example

White with #7DED71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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