Html Css Color HEX #72EC8A Pastel Green

📋 copy color: '#72EC8A'

red 114 ◦ green 236 ◦ blue 138

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

Shades of Pastel Green #72EC8A

Tints of Pastel Green #72EC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 23.36%
G = 48.36%
B = 28.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#72EC8A (or 0x72EC8A) is known color: Pastel Green. HEX triplet: 72, EC and 8A. RGB value is (114,236,138). Sum of RGB (Red+Green+Blue) = 114+236+138=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EC8A is #8D1375. Grayscale: #BCBCBC. Windows color (decimal): -9245558 or 9104498. OLE color: 9104498.

HSL color Cylindrical-coordinate representation of color #72EC8A: hue angle of 131.8º 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 #72EC8A is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 236 138 -
CMYK 0.52 0 0.42 0.07
HSL 131.8º 0.76% 0.69% -
HSV(B) 131.8º 0.52% 0.93% -
XYZ 41.52 65.4 34.48 -
YUV 188.35 99.58 74.97 -
System Red Green Blue C M Y K H S L
Decimal 114 236 138 0.52 0 0.42 0.07 131.8 0.76 0.69
Hex 72 EC 8A 34 0 2A 7 84 4C 45
Octal 162 354 212 64 0 52 7 204 114 105
Binary 1110010 11101100 10001010 110100 0 101010 111 10000100 1001100 1000101

Color Harmonies of #72EC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72EC8A

Black with #72EC8A

Text Example


Text Example

White with #72EC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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