#61D870

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

Shades of Pastel Green #61D870

Tints of Pastel Green #61D870

Color information

#61D870 (or 0x61D870) is unknown color: approx Pastel Green. HEX triplet: 61, D8 and 70. RGB value is (97,216,112). Sum of RGB (Red+Green+Blue) = 97+216+112=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #61D870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D870 is #9E278F. Grayscale: #A8A8A8. Windows color (decimal): -10364816 or 7395425. OLE color: 7395425.

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

Color convert

RGB97216112-
CMYK0.5500.480.15
HSL127.56º60.41%61.37%-
HSV(B)127.56º55.09%84.71%-
XYZ32.4152.8223.82-
YUV168.5696.0876.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=22.82%
G=50.82%
B=26.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972161120.5500.480.15127.5660.4161.37
Hex61D87037030F803c3d
Octal14133016067060172007475
Binary11000011101100011100001101110110000111110000000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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