#72E693

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

Shades of Pastel Green #72E693

Tints of Pastel Green #72E693

Color information

#72E693 (or 0x72E693) is unknown color: approx Pastel Green. HEX triplet: 72, E6 and 93. RGB value is (114,230,147). Sum of RGB (Red+Green+Blue) = 114+230+147=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #72E693 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72E693 is #8D196C. Grayscale: #BABABA. Windows color (decimal): -9247085 or 9692786. OLE color: 9692786.

HSL color Cylindrical-coordinate representation of color #72E693: hue angle of 137.07º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E693 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB114230147-
CMYK0.5000.360.10
HSL137.07º69.88%67.45%-
HSV(B)137.07º50.43%90.2%-
XYZ40.562.2837.49-
YUV185.85106.0776.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 230 (90.23% from 255) = 46.84%
BLUE value IS 147 (57.81% from 255) = 29.94%
R=23.22%
G=46.84%
B=29.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1142301470.5000.360.10137.0769.8867.45
Hex72E69332024A894643
Octal1623462236204412211106103
Binary11100101110011010010011110010010010010101000100110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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