#72EC6E

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

Shades of Pastel Green #72EC6E

Tints of Pastel Green #72EC6E

Color information

#72EC6E (or 0x72EC6E) is unknown color: approx Pastel Green. HEX triplet: 72, EC and 6E. RGB value is (114,236,110). Sum of RGB (Red+Green+Blue) = 114+236+110=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #72EC6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EC6E is #8D1391. Grayscale: #B9B9B9. Windows color (decimal): -9245586 or 7269490. OLE color: 7269490.

HSL color Cylindrical-coordinate representation of color #72EC6E: hue angle of 118.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72EC6E is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB114236110-
CMYK0.5200.530.07
HSL118.1º76.83%67.84%-
HSV(B)118.1º53.39%92.55%-
XYZ39.7564.6925.14-
YUV185.1685.5877.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.78%
GREEN value IS 236 (92.58% from 255) = 51.30%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=24.78%
G=51.30%
B=23.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1142361100.5200.530.07118.176.8367.84
Hex72EC6E340357764d44
Octal162354156640657166115104
Binary11100101110110011011101101000110101111111011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,236,110); }

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

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

 a { background-color: rgb(114,236,110); }

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

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

 span { border-color: rgb(114,236,110); }

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