#61D95D

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

Shades of Pastel Green #61D95D

Tints of Pastel Green #61D95D

Color information

#61D95D (or 0x61D95D) is unknown color: approx Pastel Green. HEX triplet: 61, D9 and 5D. RGB value is (97,217,93). Sum of RGB (Red+Green+Blue) = 97+217+93=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #61D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D95D is #9E26A2. Grayscale: #A7A7A7. Windows color (decimal): -10364579 or 6150497. OLE color: 6150497.

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

Color convert

RGB9721793-
CMYK0.5500.570.15
HSL118.06º62%60.78%-
HSV(B)118.06º57.14%85.1%-
XYZ31.7252.9618.91-
YUV166.9886.2478.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.83%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=23.83%
G=53.32%
B=22.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal97217930.5500.570.15118.066260.78
Hex61D95D37039F763e3d
Octal14133113567071171667675
Binary1100001110110011011101110111011100111111110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,217,93); }

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

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

 a { background-color: rgb(97,217,93); }

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

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

 span { border-color: rgb(97,217,93); }

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