#61D96D

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

Shades of Pastel Green #61D96D

Tints of Pastel Green #61D96D

Color information

#61D96D (or 0x61D96D) is unknown color: approx Pastel Green. HEX triplet: 61, D9 and 6D. RGB value is (97,217,109). Sum of RGB (Red+Green+Blue) = 97+217+109=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #61D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D96D is #9E2692. Grayscale: #A9A9A9. Windows color (decimal): -10364563 or 7199073. OLE color: 7199073.

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

Color convert

RGB97217109-
CMYK0.5500.500.15
HSL126º61.22%61.57%-
HSV(B)126º55.3%85.1%-
XYZ32.553.2723.04-
YUV168.8194.2476.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.93%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=22.93%
G=51.30%
B=25.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972171090.5500.500.1512661.2261.57
Hex61D96D37032F7e3d3e
Octal14133115567062171767576
Binary1100001110110011101101110111011001011111111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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