Html Css Color HEX #7DD76C Pastel Green

📋 copy color: '#7DD76C'

red 125 ◦ green 215 ◦ blue 108

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

Shades of Pastel Green #7DD76C

Tints of Pastel Green #7DD76C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 27.9%
G = 47.99%
B = 24.11%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#7DD76C (or 0x7DD76C) is known color: Pastel Green. HEX triplet: 7D, D7 and 6C. RGB value is (125,215,108). Sum of RGB (Red+Green+Blue) = 125+215+108=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD76C is #822893. Grayscale: #B0B0B0. Windows color (decimal): -8530068 or 7133053. OLE color: 7133053.

HSL color Cylindrical-coordinate representation of color #7DD76C: hue angle of 110.47º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD76C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 108 -
CMYK 0.42 0 0.50 0.16
HSL 110.47º 0.57% 0.63% -
HSV(B) 110.47º 0.5% 0.84% -
XYZ 35.46 54.04 22.75 -
YUV 175.89 89.68 91.7 -
System Red Green Blue C M Y K H S L
Decimal 125 215 108 0.42 0 0.50 0.16 110.47 0.57 0.63
Hex 7D D7 6C 2A 0 32 10 6E 39 3F
Octal 175 327 154 52 0 62 20 156 71 77
Binary 1111101 11010111 1101100 101010 0 110010 10000 1101110 111001 111111

Color Harmonies of #7DD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD76C

Black with #7DD76C

Text Example


Text Example

White with #7DD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,108); }

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

background-color css

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

 a { background-color: rgb(125,215,108); }

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

border-color css

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

 span { border-color: rgb(125,215,108); }

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