#72E15F

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

Shades of Pastel Green #72E15F

Tints of Pastel Green #72E15F

Color information

#72E15F (or 0x72E15F) is unknown color: approx Pastel Green. HEX triplet: 72, E1 and 5F. RGB value is (114,225,95). Sum of RGB (Red+Green+Blue) = 114+225+95=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #72E15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E15F is #8D1EA0. Grayscale: #B1B1B1. Windows color (decimal): -9248417 or 6283634. OLE color: 6283634.

HSL color Cylindrical-coordinate representation of color #72E15F: hue angle of 111.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72E15F is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB11422595-
CMYK0.4900.580.12
HSL111.23º68.42%62.75%-
HSV(B)111.23º57.78%88.24%-
XYZ35.9358.2520.18-
YUV176.9981.7383.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.27%
GREEN value IS 225 (88.28% from 255) = 51.84%
BLUE value IS 95 (37.5% from 255) = 21.89%
R=26.27%
G=51.84%
B=21.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal114225950.4900.580.12111.2368.4262.75
Hex72E15F3103AC6f443f
Octal162341137610721415710477
Binary11100101110000110111111100010111010110011011111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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