#61D85E

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

Shades of Pastel Green #61D85E

Tints of Pastel Green #61D85E

Color information

#61D85E (or 0x61D85E) is unknown color: approx Pastel Green. HEX triplet: 61, D8 and 5E. RGB value is (97,216,94). Sum of RGB (Red+Green+Blue) = 97+216+94=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #61D85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D85E is #9E27A1. Grayscale: #A6A6A6. Windows color (decimal): -10364834 or 6215777. OLE color: 6215777.

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

Color convert

RGB9721694-
CMYK0.5500.560.15
HSL118.52º61%60.78%-
HSV(B)118.52º56.48%84.71%-
XYZ31.5152.4619.06-
YUV166.5187.0878.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 216 (84.77% from 255) = 53.07%
BLUE value IS 94 (37.11% from 255) = 23.10%
R=23.83%
G=53.07%
B=23.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97216940.5500.560.15118.526160.78
Hex61D85E37038F773d3d
Octal14133013667070171677575
Binary1100001110110001011110110111011100011111110111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,216,94); }

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

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

 a { background-color: rgb(97,216,94); }

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

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

 span { border-color: rgb(97,216,94); }

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