#73E061

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

Shades of Pastel Green #73E061

Tints of Pastel Green #73E061

Color information

#73E061 (or 0x73E061) is unknown color: approx Pastel Green. HEX triplet: 73, E0 and 61. RGB value is (115,224,97). Sum of RGB (Red+Green+Blue) = 115+224+97=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #73E061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73E061 is #8C1F9E. Grayscale: #B1B1B1. Windows color (decimal): -9183135 or 6414451. OLE color: 6414451.

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

Color convert

RGB11522497-
CMYK0.4900.570.12
HSL111.5º67.2%62.94%-
HSV(B)111.5º56.7%87.84%-
XYZ35.8857.8220.58-
YUV176.9382.8983.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.38%
GREEN value IS 224 (87.89% from 255) = 51.38%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=26.38%
G=51.38%
B=22.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal115224970.4900.570.12111.567.262.94
Hex73E06131039C6f433f
Octal163340141610711415710377
Binary11100111110000011000011100010111001110011011111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73E061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73E061; }

 p { color: rgb(115,224,97); }

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

<style>
 a { background-color: #73E061; }

 a { background-color: rgb(115,224,97); }

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

<style>
 span { border-color: #73E061; }

 span { border-color: rgb(115,224,97); }

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