#61D96F

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

Shades of Pastel Green #61D96F

Tints of Pastel Green #61D96F

Color information

#61D96F (or 0x61D96F) is unknown color: approx Pastel Green. HEX triplet: 61, D9 and 6F. RGB value is (97,217,111). Sum of RGB (Red+Green+Blue) = 97+217+111=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #61D96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D96F is #9E2690. Grayscale: #A9A9A9. Windows color (decimal): -10364561 or 7330145. OLE color: 7330145.

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

Color convert

RGB97217111-
CMYK0.5500.490.15
HSL127º61.22%61.57%-
HSV(B)127º55.3%85.1%-
XYZ32.6153.3123.61-
YUV169.0495.2476.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 217 (85.16% from 255) = 51.06%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=22.82%
G=51.06%
B=26.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal972171110.5500.490.1512761.2261.57
Hex61D96F37031F7f3d3e
Octal14133115767061171777576
Binary1100001110110011101111110111011000111111111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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