Html Css Color HEX #61DD76 Pastel Green

📋 copy color: '#61DD76'

red 97 ◦ green 221 ◦ blue 118

#61DD76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #61DD76

Tints of Pastel Green #61DD76

RGB

 RED value IS 97 (38.28% from 255) = 22.25%

 GREEN value IS 221 (86.72% from 255) = 50.69%

 BLUE value IS 118 (46.48% from 255) = 27.06%

R = 22.25%
G = 50.69%
B = 27.06%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#61DD76 (or 0x61DD76) is known color: Pastel Green. HEX triplet: 61, DD and 76. RGB value is (97,221,118). Sum of RGB (Red+Green+Blue) = 97+221+118=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD76 is #9E2289. Grayscale: #ACACAC. Windows color (decimal): -10363530 or 7789921. OLE color: 7789921.

HSL color Cylindrical-coordinate representation of color #61DD76: hue angle of 130.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD76 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 118 -
CMYK 0.56 0 0.47 0.13
HSL 130.16º 0.65% 0.62% -
HSV(B) 130.16º 0.56% 0.87% -
XYZ 34.06 55.56 26.07 -
YUV 172.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 97 221 118 0.56 0 0.47 0.13 130.16 0.65 0.62
Hex 61 DD 76 38 0 2F D 82 41 3E
Octal 141 335 166 70 0 57 15 202 101 76
Binary 1100001 11011101 1110110 111000 0 101111 1101 10000010 1000001 111110

Color Harmonies of #61DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DD76

Black with #61DD76

Text Example


Text Example

White with #61DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,221,118); }

 H1.HeaderClassName
 {
   color: #61DD76;
 }
 .AnyTagClassName
 {
   color: #61DD76;
 }
</style>

background-color css

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

 a { background-color: rgb(97,221,118); }

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

border-color css

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

 span { border-color: rgb(97,221,118); }

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