#72EF7E

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

Shades of Pastel Green #72EF7E

Tints of Pastel Green #72EF7E

Color information

#72EF7E (or 0x72EF7E) is unknown color: approx Pastel Green. HEX triplet: 72, EF and 7E. RGB value is (114,239,126). Sum of RGB (Red+Green+Blue) = 114+239+126=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #72EF7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EF7E is #8D1081. Grayscale: #BDBDBD. Windows color (decimal): -9244802 or 8318834. OLE color: 8318834.

HSL color Cylindrical-coordinate representation of color #72EF7E: hue angle of 125.76º 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 #72EF7E is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB114239126-
CMYK0.5200.470.06
HSL125.76º79.62%69.22%-
HSV(B)125.76º52.3%93.73%-
XYZ41.5766.8230.44-
YUV188.7492.5974.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.80%
GREEN value IS 239 (93.75% from 255) = 49.90%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=23.80%
G=49.90%
B=26.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391260.5200.470.06125.7679.6269.22
Hex72EF7E3402F67e5045
Octal162357176640576176120105
Binary11100101110111111111101101000101111110111111010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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