Html Css Color HEX #7DDB71 Pastel Green

📋 copy color: '#7DDB71'

red 125 ◦ green 219 ◦ blue 113

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

Shades of Pastel Green #7DDB71

Tints of Pastel Green #7DDB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 27.35%
G = 47.92%
B = 24.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#7DDB71 (or 0x7DDB71) is known color: Pastel Green. HEX triplet: 7D, DB and 71. RGB value is (125,219,113). Sum of RGB (Red+Green+Blue) = 125+219+113=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB71 is #82248E. Grayscale: #B3B3B3. Windows color (decimal): -8529039 or 7461757. OLE color: 7461757.

HSL color Cylindrical-coordinate representation of color #7DDB71: hue angle of 113.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDB71 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 113 -
CMYK 0.43 0 0.48 0.14
HSL 113.21º 0.6% 0.65% -
HSV(B) 113.21º 0.48% 0.86% -
XYZ 36.77 56.22 24.54 -
YUV 178.81 90.86 89.62 -
System Red Green Blue C M Y K H S L
Decimal 125 219 113 0.43 0 0.48 0.14 113.21 0.6 0.65
Hex 7D DB 71 2B 0 30 E 71 3C 41
Octal 175 333 161 53 0 60 16 161 74 101
Binary 1111101 11011011 1110001 101011 0 110000 1110 1110001 111100 1000001

Color Harmonies of #7DDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB71

Black with #7DDB71

Text Example


Text Example

White with #7DDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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