Html Css Color HEX #72E192 Pastel Green

📋 copy color: '#72E192'

red 114 ◦ green 225 ◦ blue 146

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

Shades of Pastel Green #72E192

Tints of Pastel Green #72E192

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.39%

 BLUE value IS 146 (57.42% from 255) = 30.1%

R = 23.51%
G = 46.39%
B = 30.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#72E192 (or 0x72E192) is known color: Pastel Green. HEX triplet: 72, E1 and 92. RGB value is (114,225,146). Sum of RGB (Red+Green+Blue) = 114+225+146=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #72E192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E192 is #8D1E6D. Grayscale: #B7B7B7. Windows color (decimal): -9248366 or 9625970. OLE color: 9625970.

HSL color Cylindrical-coordinate representation of color #72E192: hue angle of 137.3º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72E192 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 225 146 -
CMYK 0.49 0 0.35 0.12
HSL 137.3º 0.65% 0.66% -
HSV(B) 137.3º 0.49% 0.88% -
XYZ 39.05 59.5 36.62 -
YUV 182.81 107.23 78.92 -
System Red Green Blue C M Y K H S L
Decimal 114 225 146 0.49 0 0.35 0.12 137.3 0.65 0.66
Hex 72 E1 92 31 0 23 C 89 41 42
Octal 162 341 222 61 0 43 14 211 101 102
Binary 1110010 11100001 10010010 110001 0 100011 1100 10001001 1000001 1000010

Color Harmonies of #72E192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E192

Black with #72E192

Text Example


Text Example

White with #72E192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,225,146); }

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

background-color css

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

 a { background-color: rgb(114,225,146); }

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

border-color css

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

 span { border-color: rgb(114,225,146); }

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