#61DC77

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

Shades of Pastel Green #61DC77

Tints of Pastel Green #61DC77

Color information

#61DC77 (or 0x61DC77) is unknown color: approx Pastel Green. HEX triplet: 61, DC and 77. RGB value is (97,220,119). Sum of RGB (Red+Green+Blue) = 97+220+119=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DC77 is #9E2388. Grayscale: #ABABAB. Windows color (decimal): -10363785 or 7855201. OLE color: 7855201.

HSL color Cylindrical-coordinate representation of color #61DC77: hue angle of 130.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DC77 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB97220119-
CMYK0.5600.460.14
HSL130.73º63.73%62.16%-
HSV(B)130.73º55.91%86.27%-
XYZ33.8555.0626.3-
YUV171.7198.2574.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 220 (86.33% from 255) = 50.46%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=22.25%
G=50.46%
B=27.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal972201190.5600.460.14130.7363.7362.16
Hex61DC773802EE83403e
Octal141334167700561620310076
Binary110000111011100111011111100001011101110100000111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61DC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,220,119); }

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

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

 a { background-color: rgb(97,220,119); }

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

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

 span { border-color: rgb(97,220,119); }

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