#61D86F

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

Shades of Pastel Green #61D86F

Tints of Pastel Green #61D86F

Color information

#61D86F (or 0x61D86F) is unknown color: approx Pastel Green. HEX triplet: 61, D8 and 6F. RGB value is (97,216,111). Sum of RGB (Red+Green+Blue) = 97+216+111=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #61D86F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D86F is #9E2790. Grayscale: #A8A8A8. Windows color (decimal): -10364817 or 7329889. OLE color: 7329889.

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

Color convert

RGB97216111-
CMYK0.5500.490.15
HSL127.06º60.41%61.37%-
HSV(B)127.06º55.09%84.71%-
XYZ32.3552.823.53-
YUV168.4595.5877.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 216 (84.77% from 255) = 50.94%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=22.88%
G=50.94%
B=26.18%

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
Decimal972161110.5500.490.15127.0660.4161.37
Hex61D86F37031F7f3c3d
Octal14133015767061171777475
Binary1100001110110001101111110111011000111111111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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