Html Css Color HEX #72D57D Pastel Green

📋 copy color: '#72D57D'

red 114 ◦ green 213 ◦ blue 125

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

Shades of Pastel Green #72D57D

Tints of Pastel Green #72D57D

RGB

 RED value IS 114 (44.92% from 255) = 25.22%

 GREEN value IS 213 (83.59% from 255) = 47.12%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 25.22%
G = 47.12%
B = 27.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#72D57D (or 0x72D57D) is known color: Pastel Green. HEX triplet: 72, D5 and 7D. RGB value is (114,213,125). Sum of RGB (Red+Green+Blue) = 114+213+125=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #72D57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D57D is #8D2A82. Grayscale: #ADADAD. Windows color (decimal): -9251459 or 8246642. OLE color: 8246642.

HSL color Cylindrical-coordinate representation of color #72D57D: hue angle of 126.67º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72D57D is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 213 125 -
CMYK 0.46 0 0.41 0.16
HSL 126.67º 0.54% 0.64% -
HSV(B) 126.67º 0.46% 0.84% -
XYZ 34.44 52.65 27.75 -
YUV 173.37 100.7 85.66 -
System Red Green Blue C M Y K H S L
Decimal 114 213 125 0.46 0 0.41 0.16 126.67 0.54 0.64
Hex 72 D5 7D 2E 0 29 10 7F 36 40
Octal 162 325 175 56 0 51 20 177 66 100
Binary 1110010 11010101 1111101 101110 0 101001 10000 1111111 110110 1000000

Color Harmonies of #72D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D57D

Black with #72D57D

Text Example


Text Example

White with #72D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72D57D; }

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

 H1.HeaderClassName
 {
   color: #72D57D;
 }
 .AnyTagClassName
 {
   color: #72D57D;
 }
</style>

background-color css

<style>
 a { background-color: #72D57D; }

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

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

border-color css

<style>
 span { border-color: #72D57D; }

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

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