Html Css Color HEX #7DDB7C Pastel Green

📋 copy color: '#7DDB7C'

red 125 ◦ green 219 ◦ blue 124

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

Shades of Pastel Green #7DDB7C

Tints of Pastel Green #7DDB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 26.71%
G = 46.79%
B = 26.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#7DDB7C (or 0x7DDB7C) is known color: Pastel Green. HEX triplet: 7D, DB and 7C. RGB value is (125,219,124). Sum of RGB (Red+Green+Blue) = 125+219+124=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB7C is #822483. Grayscale: #B4B4B4. Windows color (decimal): -8529028 or 8182653. OLE color: 8182653.

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

Color convert

RGB 125 219 124 -
CMYK 0.43 0 0.43 0.14
HSL 119.37º 0.57% 0.67% -
HSV(B) 119.37º 0.43% 0.86% -
XYZ 37.43 56.48 28 -
YUV 180.06 96.36 88.72 -
System Red Green Blue C M Y K H S L
Decimal 125 219 124 0.43 0 0.43 0.14 119.37 0.57 0.67
Hex 7D DB 7C 2B 0 2B E 77 39 43
Octal 175 333 174 53 0 53 16 167 71 103
Binary 1111101 11011011 1111100 101011 0 101011 1110 1110111 111001 1000011

Color Harmonies of #7DDB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB7C

Black with #7DDB7C

Text Example


Text Example

White with #7DDB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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