#61DA73

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

Shades of Pastel Green #61DA73

Tints of Pastel Green #61DA73

Color information

#61DA73 (or 0x61DA73) is unknown color: approx Pastel Green. HEX triplet: 61, DA and 73. RGB value is (97,218,115). Sum of RGB (Red+Green+Blue) = 97+218+115=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #61DA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DA73 is #9E258C. Grayscale: #AAAAAA. Windows color (decimal): -10364301 or 7592545. OLE color: 7592545.

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

Color convert

RGB97218115-
CMYK0.5600.470.15
HSL128.93º62.05%61.76%-
HSV(B)128.93º55.5%85.49%-
XYZ33.153.9224.88-
YUV170.0896.9175.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 218 (85.55% from 255) = 50.70%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=22.56%
G=50.70%
B=26.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972181150.5600.470.15128.9362.0561.76
Hex61DA733802FF813e3e
Octal14133216370057172017676
Binary11000011101101011100111110000101111111110000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61DA73; }

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

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

<style>
 a { background-color: #61DA73; }

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

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

<style>
 span { border-color: #61DA73; }

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

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