#72E661

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

Shades of Pastel Green #72E661

Tints of Pastel Green #72E661

Color information

#72E661 (or 0x72E661) is unknown color: approx Pastel Green. HEX triplet: 72, E6 and 61. RGB value is (114,230,97). Sum of RGB (Red+Green+Blue) = 114+230+97=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #72E661 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #72E661 is #8D199E. Grayscale: #B4B4B4. Windows color (decimal): -9247135 or 6415986. OLE color: 6415986.

HSL color Cylindrical-coordinate representation of color #72E661: hue angle of 112.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72E661 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB11423097-
CMYK0.5000.580.10
HSL112.33º72.68%64.12%-
HSV(B)112.33º57.83%90.2%-
XYZ37.3961.0321.12-
YUV180.1581.0780.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.85%
GREEN value IS 230 (90.23% from 255) = 52.15%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=25.85%
G=52.15%
B=22.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal114230970.5000.580.10112.3372.6864.12
Hex72E6613203AA704940
Octal1623461416207212160111100
Binary111001011100110110000111001001110101010111000010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72E661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,230,97); }

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

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

 a { background-color: rgb(114,230,97); }

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

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

 span { border-color: rgb(114,230,97); }

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