#72EE70

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

Shades of Pastel Green #72EE70

Tints of Pastel Green #72EE70

Color information

#72EE70 (or 0x72EE70) is unknown color: approx Pastel Green. HEX triplet: 72, EE and 70. RGB value is (114,238,112). Sum of RGB (Red+Green+Blue) = 114+238+112=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #72EE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72EE70 is #8D118F. Grayscale: #BABABA. Windows color (decimal): -9245072 or 7401074. OLE color: 7401074.

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

Color convert

RGB114238112-
CMYK0.5200.530.07
HSL119.05º78.75%68.63%-
HSV(B)119.05º52.94%93.33%-
XYZ40.4465.925.92-
YUV186.5685.9276.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.57%
GREEN value IS 238 (93.36% from 255) = 51.29%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=24.57%
G=51.29%
B=24.14%

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
Decimal1142381120.5200.530.07119.0578.7568.63
Hex72EE70340357774f45
Octal162356160640657167117105
Binary11100101110111011100001101000110101111111011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72EE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,238,112); }

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

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

 a { background-color: rgb(114,238,112); }

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

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

 span { border-color: rgb(114,238,112); }

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