Html Css Color HEX #7DC872 Pastel Green

📋 copy color: '#7DC872'

red 125 ◦ green 200 ◦ blue 114

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

Shades of Pastel Green #7DC872

Tints of Pastel Green #7DC872

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 28.47%
G = 45.56%
B = 25.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#7DC872 (or 0x7DC872) is known color: Pastel Green. HEX triplet: 7D, C8 and 72. RGB value is (125,200,114). Sum of RGB (Red+Green+Blue) = 125+200+114=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC872 is #82378D. Grayscale: #A8A8A8. Windows color (decimal): -8533902 or 7522429. OLE color: 7522429.

HSL color Cylindrical-coordinate representation of color #7DC872: hue angle of 112.33º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC872 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 114 -
CMYK 0.38 0 0.43 0.22
HSL 112.33º 0.44% 0.62% -
HSV(B) 112.33º 0.43% 0.78% -
XYZ 32.15 46.88 23.27 -
YUV 167.77 97.65 97.49 -
System Red Green Blue C M Y K H S L
Decimal 125 200 114 0.38 0 0.43 0.22 112.33 0.44 0.62
Hex 7D C8 72 26 0 2B 16 70 2C 3E
Octal 175 310 162 46 0 53 26 160 54 76
Binary 1111101 11001000 1110010 100110 0 101011 10110 1110000 101100 111110

Color Harmonies of #7DC872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC872

Black with #7DC872

Text Example


Text Example

White with #7DC872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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