#61D95F

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

Shades of Pastel Green #61D95F

Tints of Pastel Green #61D95F

Color information

#61D95F (or 0x61D95F) is unknown color: approx Pastel Green. HEX triplet: 61, D9 and 5F. RGB value is (97,217,95). Sum of RGB (Red+Green+Blue) = 97+217+95=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 217 (85.16% from 255 or 53.06% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 217 - color contains mainly: green. Hex color #61D95F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D95F is #9E26A0. Grayscale: #A7A7A7. Windows color (decimal): -10364577 or 6281569. OLE color: 6281569.

HSL color Cylindrical-coordinate representation of color #61D95F: hue angle of 119.02º degrees, saturation: 0.62, 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 #61D95F is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB9721795-
CMYK0.5500.560.15
HSL119.02º61.62%61.18%-
HSV(B)119.02º56.22%85.1%-
XYZ31.8152.9919.38-
YUV167.2187.2477.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 217 (85.16% from 255) = 53.06%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=23.72%
G=53.06%
B=23.23%

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
Decimal97217950.5500.560.15119.0261.6261.18
Hex61D95F37038F773e3d
Octal14133113767070171677675
Binary1100001110110011011111110111011100011111110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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