#72E278

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

Shades of Pastel Green #72E278

Tints of Pastel Green #72E278

Color information

#72E278 (or 0x72E278) is unknown color: approx Pastel Green. HEX triplet: 72, E2 and 78. RGB value is (114,226,120). Sum of RGB (Red+Green+Blue) = 114+226+120=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #72E278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E278 is #8D1D87. Grayscale: #B4B4B4. Windows color (decimal): -9248136 or 7922290. OLE color: 7922290.

HSL color Cylindrical-coordinate representation of color #72E278: hue angle of 123.21º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E278 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB114226120-
CMYK0.5000.470.11
HSL123.21º65.88%66.67%-
HSV(B)123.21º49.56%88.63%-
XYZ37.5359.3327.24-
YUV180.4393.8980.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 226 (88.67% from 255) = 49.13%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=24.78%
G=49.13%
B=26.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142261200.5000.470.11123.2165.8866.67
Hex72E2783202FB7b4243
Octal1623421706205713173102103
Binary111001011100010111100011001001011111011111101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,226,120); }

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

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

 a { background-color: rgb(114,226,120); }

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

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

 span { border-color: rgb(114,226,120); }

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