Html Css Color HEX #7DD672 Pastel Green

📋 copy color: '#7DD672'

red 125 ◦ green 214 ◦ blue 114

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

Shades of Pastel Green #7DD672

Tints of Pastel Green #7DD672

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 27.59%
G = 47.24%
B = 25.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#7DD672 (or 0x7DD672) is known color: Pastel Green. HEX triplet: 7D, D6 and 72. RGB value is (125,214,114). Sum of RGB (Red+Green+Blue) = 125+214+114=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #7DD672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD672 is #82298D. Grayscale: #B0B0B0. Windows color (decimal): -8530318 or 7526013. OLE color: 7526013.

HSL color Cylindrical-coordinate representation of color #7DD672: hue angle of 113.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DD672 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 214 114 -
CMYK 0.42 0 0.47 0.16
HSL 113.4º 0.55% 0.64% -
HSV(B) 113.4º 0.47% 0.84% -
XYZ 35.54 53.67 24.41 -
YUV 175.99 93.01 91.63 -
System Red Green Blue C M Y K H S L
Decimal 125 214 114 0.42 0 0.47 0.16 113.4 0.55 0.64
Hex 7D D6 72 2A 0 2F 10 71 37 40
Octal 175 326 162 52 0 57 20 161 67 100
Binary 1111101 11010110 1110010 101010 0 101111 10000 1110001 110111 1000000

Color Harmonies of #7DD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD672

Black with #7DD672

Text Example


Text Example

White with #7DD672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,214,114); }

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

background-color css

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

 a { background-color: rgb(125,214,114); }

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

border-color css

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

 span { border-color: rgb(125,214,114); }

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