Html Css Color HEX #7DDB72 Pastel Green

📋 copy color: '#7DDB72'

red 125 ◦ green 219 ◦ blue 114

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

Shades of Pastel Green #7DDB72

Tints of Pastel Green #7DDB72

RGB

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

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

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

R = 27.29%
G = 47.82%
B = 24.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#7DDB72 (or 0x7DDB72) is known color: Pastel Green. HEX triplet: 7D, DB and 72. RGB value is (125,219,114). Sum of RGB (Red+Green+Blue) = 125+219+114=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDB72 is #82248D. Grayscale: #B3B3B3. Windows color (decimal): -8529038 or 7527293. OLE color: 7527293.

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

Color convert

RGB 125 219 114 -
CMYK 0.43 0 0.48 0.14
HSL 113.71º 0.59% 0.65% -
HSV(B) 113.71º 0.48% 0.86% -
XYZ 36.83 56.24 24.83 -
YUV 178.92 91.36 89.54 -
System Red Green Blue C M Y K H S L
Decimal 125 219 114 0.43 0 0.48 0.14 113.71 0.59 0.65
Hex 7D DB 72 2B 0 30 E 72 3B 41
Octal 175 333 162 53 0 60 16 162 73 101
Binary 1111101 11011011 1110010 101011 0 110000 1110 1110010 111011 1000001

Color Harmonies of #7DDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB72

Black with #7DDB72

Text Example


Text Example

White with #7DDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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