#72e282

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

Shades of Pastel Green #72E282

Tints of Pastel Green #72E282

Color information

#72E282 (or 0x72E282) is unknown color: approx Pastel Green. HEX triplet: 72, E2 and 82. RGB value is (114,226,130). Sum of RGB (Red+Green+Blue) = 114+226+130=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #72E282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72E282 is #8D1D7D. Grayscale: #B5B5B5. Windows color (decimal): -9248126 or 8577650. OLE color: 8577650.

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

Color convert

RGB114226130-
CMYK0.5000.420.11
HSL128.57º65.88%66.67%-
HSV(B)128.57º49.56%88.63%-
XYZ38.1759.5830.61-
YUV181.5798.8979.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 226 (88.67% from 255) = 48.09%
BLUE value IS 130 (51.17% from 255) = 27.66%
R=24.26%
G=48.09%
B=27.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1142261300.5000.420.11128.5765.8866.67
Hex72E2823202AB814243
Octal1623422026205213201102103
Binary11100101110001010000010110010010101010111000000110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72e282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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