#72e25f

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

Shades of Pastel Green #72E25F

Tints of Pastel Green #72E25F

Color information

#72E25F (or 0x72E25F) is unknown color: approx Pastel Green. HEX triplet: 72, E2 and 5F. RGB value is (114,226,95). Sum of RGB (Red+Green+Blue) = 114+226+95=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #72E25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E25F is #8D1DA0. Grayscale: #B1B1B1. Windows color (decimal): -9248161 or 6283890. OLE color: 6283890.

HSL color Cylindrical-coordinate representation of color #72E25F: hue angle of 111.3º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72E25F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB11422695-
CMYK0.5000.580.11
HSL111.3º69.31%62.94%-
HSV(B)111.3º57.96%88.63%-
XYZ36.258.820.27-
YUV177.5881.3982.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 226 (88.67% from 255) = 51.95%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=26.21%
G=51.95%
B=21.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal114226950.5000.580.11111.369.3162.94
Hex72E25F3203AB6f453f
Octal162342137620721315710577
Binary11100101110001010111111100100111010101111011111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72e25f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,226,95); }

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

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

 a { background-color: rgb(114,226,95); }

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

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

 span { border-color: rgb(114,226,95); }

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