#72EF7D

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

Shades of Pastel Green #72EF7D

Tints of Pastel Green #72EF7D

Color information

#72EF7D (or 0x72EF7D) is unknown color: approx Pastel Green. HEX triplet: 72, EF and 7D. RGB value is (114,239,125). Sum of RGB (Red+Green+Blue) = 114+239+125=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #72EF7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EF7D is #8D1082. Grayscale: #BCBCBC. Windows color (decimal): -9244803 or 8253298. OLE color: 8253298.

HSL color Cylindrical-coordinate representation of color #72EF7D: hue angle of 125.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72EF7D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB114239125-
CMYK0.5200.480.06
HSL125.28º79.62%69.22%-
HSV(B)125.28º52.3%93.73%-
XYZ41.5166.7930.11-
YUV188.6392.0974.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 239 (93.75% from 255) = 50%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=23.85%
G=50%
B=26.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391250.5200.480.06125.2879.6269.22
Hex72EF7D3403067d5045
Octal162357175640606175120105
Binary11100101110111111111011101000110000110111110110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,239,125); }

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

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

 a { background-color: rgb(114,239,125); }

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

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

 span { border-color: rgb(114,239,125); }

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