#61D670

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

Shades of Pastel Green #61D670

Tints of Pastel Green #61D670

Color information

#61D670 (or 0x61D670) is unknown color: approx Pastel Green. HEX triplet: 61, D6 and 70. RGB value is (97,214,112). Sum of RGB (Red+Green+Blue) = 97+214+112=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #61D670 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D670 is #9E298F. Grayscale: #A7A7A7. Windows color (decimal): -10365328 or 7394913. OLE color: 7394913.

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

Color convert

RGB97214112-
CMYK0.5500.480.16
HSL127.69º58.79%60.98%-
HSV(B)127.69º54.67%83.92%-
XYZ31.951.823.65-
YUV167.3996.7477.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 214 (83.98% from 255) = 50.59%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=22.93%
G=50.59%
B=26.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal972141120.5500.480.16127.6958.7960.98
Hex61D6703703010803b3d
Octal14132616067060202007375
Binary110000111010110111000011011101100001000010000000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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