Html Css Color HEX #7DDB7A Pastel Green

📋 copy color: '#7DDB7A'

red 125 ◦ green 219 ◦ blue 122

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

Shades of Pastel Green #7DDB7A

Tints of Pastel Green #7DDB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 26.82%
G = 47%
B = 26.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#7DDB7A (or 0x7DDB7A) is known color: Pastel Green. HEX triplet: 7D, DB and 7A. RGB value is (125,219,122). Sum of RGB (Red+Green+Blue) = 125+219+122=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB7A is #822485. Grayscale: #B4B4B4. Windows color (decimal): -8529030 or 8051581. OLE color: 8051581.

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

Color convert

RGB 125 219 122 -
CMYK 0.43 0 0.44 0.14
HSL 118.14º 0.57% 0.67% -
HSV(B) 118.14º 0.44% 0.86% -
XYZ 37.3 56.43 27.34 -
YUV 179.84 95.36 88.89 -
System Red Green Blue C M Y K H S L
Decimal 125 219 122 0.43 0 0.44 0.14 118.14 0.57 0.67
Hex 7D DB 7A 2B 0 2C E 76 39 43
Octal 175 333 172 53 0 54 16 166 71 103
Binary 1111101 11011011 1111010 101011 0 101100 1110 1110110 111001 1000011

Color Harmonies of #7DDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB7A

Black with #7DDB7A

Text Example


Text Example

White with #7DDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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