#72EF86

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

Shades of Pastel Green #72EF86

Tints of Pastel Green #72EF86

Color information

#72EF86 (or 0x72EF86) is unknown color: approx Pastel Green. HEX triplet: 72, EF and 86. RGB value is (114,239,134). Sum of RGB (Red+Green+Blue) = 114+239+134=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #72EF86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #72EF86 is #8D1079. Grayscale: #BDBDBD. Windows color (decimal): -9244794 or 8843122. OLE color: 8843122.

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

Color convert

RGB114239134-
CMYK0.5200.440.06
HSL129.6º79.62%69.22%-
HSV(B)129.6º52.3%93.73%-
XYZ42.1167.0333.27-
YUV189.6596.5974.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=23.41%
G=49.08%
B=27.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1142391340.5200.440.06129.679.6269.22
Hex72EF863402C6825045
Octal162357206640546202120105
Binary1110010111011111000011011010001011001101000001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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