#73D962

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

Shades of Pastel Green #73D962

Tints of Pastel Green #73D962

Color information

#73D962 (or 0x73D962) is unknown color: approx Pastel Green. HEX triplet: 73, D9 and 62. RGB value is (115,217,98). Sum of RGB (Red+Green+Blue) = 115+217+98=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #73D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73D962 is #8C269D. Grayscale: #ADADAD. Windows color (decimal): -9184926 or 6478195. OLE color: 6478195.

HSL color Cylindrical-coordinate representation of color #73D962: hue angle of 111.43º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D962 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB11521798-
CMYK0.4700.550.15
HSL111.43º61.03%61.76%-
HSV(B)111.43º54.84%85.1%-
XYZ34.0954.1520.21-
YUV172.9485.7186.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 217 (85.16% from 255) = 50.47%
BLUE value IS 98 (38.67% from 255) = 22.79%
R=26.74%
G=50.47%
B=22.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal115217980.4700.550.15111.4361.0361.76
Hex73D9622F037F6f3d3e
Octal16333114257067171577576
Binary1110011110110011100010101111011011111111101111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,217,98); }

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

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

 a { background-color: rgb(115,217,98); }

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

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

 span { border-color: rgb(115,217,98); }

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