Html Css Color HEX #72EA7D Pastel Green

📋 copy color: '#72EA7D'

red 114 ◦ green 234 ◦ blue 125

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

Shades of Pastel Green #72EA7D

Tints of Pastel Green #72EA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.47%

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

R = 24.1%
G = 49.47%
B = 26.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#72EA7D (or 0x72EA7D) is known color: Pastel Green. HEX triplet: 72, EA and 7D. RGB value is (114,234,125). Sum of RGB (Red+Green+Blue) = 114+234+125=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #72EA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EA7D is #8D1582. Grayscale: #BABABA. Windows color (decimal): -9246083 or 8252018. OLE color: 8252018.

HSL color Cylindrical-coordinate representation of color #72EA7D: hue angle of 125.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72EA7D is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 234 125 -
CMYK 0.51 0 0.47 0.08
HSL 125.5º 0.74% 0.68% -
HSV(B) 125.5º 0.51% 0.92% -
XYZ 40.06 63.9 29.63 -
YUV 185.69 93.74 76.86 -
System Red Green Blue C M Y K H S L
Decimal 114 234 125 0.51 0 0.47 0.08 125.5 0.74 0.68
Hex 72 EA 7D 33 0 2F 8 7E 4A 44
Octal 162 352 175 63 0 57 10 176 112 104
Binary 1110010 11101010 1111101 110011 0 101111 1000 1111110 1001010 1000100

Color Harmonies of #72EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EA7D

Black with #72EA7D

Text Example


Text Example

White with #72EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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