Html Css Color HEX #72EC8D Pastel Green

📋 copy color: '#72EC8D'

red 114 ◦ green 236 ◦ blue 141

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

Shades of Pastel Green #72EC8D

Tints of Pastel Green #72EC8D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.07%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 23.22%
G = 48.07%
B = 28.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#72EC8D (or 0x72EC8D) is known color: Pastel Green. HEX triplet: 72, EC and 8D. RGB value is (114,236,141). Sum of RGB (Red+Green+Blue) = 114+236+141=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC8D is #8D1372. Grayscale: #BCBCBC. Windows color (decimal): -9245555 or 9301106. OLE color: 9301106.

HSL color Cylindrical-coordinate representation of color #72EC8D: hue angle of 133.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EC8D is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 141 -
CMYK 0.52 0 0.40 0.07
HSL 133.28º 0.76% 0.69% -
HSV(B) 133.28º 0.52% 0.93% -
XYZ 41.74 65.49 35.64 -
YUV 188.69 101.08 74.72 -
System Red Green Blue C M Y K H S L
Decimal 114 236 141 0.52 0 0.40 0.07 133.28 0.76 0.69
Hex 72 EC 8D 34 0 28 7 85 4C 45
Octal 162 354 215 64 0 50 7 205 114 105
Binary 1110010 11101100 10001101 110100 0 101000 111 10000101 1001100 1000101

Color Harmonies of #72EC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EC8D

Black with #72EC8D

Text Example


Text Example

White with #72EC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,236,141); }

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

background-color css

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

 a { background-color: rgb(114,236,141); }

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

border-color css

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

 span { border-color: rgb(114,236,141); }

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