#72E193

Color #72E193 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #72E193

Tints of Pastel Green #72E193

Color information

#72E193 (or 0x72E193) is unknown color: approx Pastel Green. HEX triplet: 72, E1 and 93. RGB value is (114,225,147). Sum of RGB (Red+Green+Blue) = 114+225+147=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #72E193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E193 is #8D1E6C. Grayscale: #B7B7B7. Windows color (decimal): -9248365 or 9691506. OLE color: 9691506.

HSL color Cylindrical-coordinate representation of color #72E193: hue angle of 137.84º 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 #72E193 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB114225147-
CMYK0.4900.350.12
HSL137.84º64.91%66.47%-
HSV(B)137.84º49.33%88.24%-
XYZ39.1359.5337.03-
YUV182.92107.7378.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.46%
GREEN value IS 225 (88.28% from 255) = 46.30%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=23.46%
G=46.30%
B=30.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1142251470.4900.350.12137.8464.9166.47
Hex72E19331023C8a4142
Octal1623412236104314212101102
Binary11100101110000110010011110001010001111001000101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72E193;
 }
 .AnyTagClassName
 {
   color: #72E193;
 }
</style>
background-color css

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

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

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

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

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

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