Html Css Color HEX #61DD5E Pastel Green

📋 copy color: '#61DD5E'

red 97 ◦ green 221 ◦ blue 94

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

Shades of Pastel Green #61DD5E

Tints of Pastel Green #61DD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 23.54%
G = 53.64%
B = 22.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#61DD5E (or 0x61DD5E) is known color: Pastel Green. HEX triplet: 61, DD and 5E. RGB value is (97,221,94). Sum of RGB (Red+Green+Blue) = 97+221+94=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD5E is #9E22A1. Grayscale: #A9A9A9. Windows color (decimal): -10363554 or 6217057. OLE color: 6217057.

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

Color convert

RGB 97 221 94 -
CMYK 0.56 0 0.57 0.13
HSL 118.58º 0.65% 0.62% -
HSV(B) 118.58º 0.57% 0.87% -
XYZ 32.81 55.06 19.49 -
YUV 169.45 85.42 76.33 -
System Red Green Blue C M Y K H S L
Decimal 97 221 94 0.56 0 0.57 0.13 118.58 0.65 0.62
Hex 61 DD 5E 38 0 39 D 77 41 3E
Octal 141 335 136 70 0 71 15 167 101 76
Binary 1100001 11011101 1011110 111000 0 111001 1101 1110111 1000001 111110

Color Harmonies of #61DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DD5E

Black with #61DD5E

Text Example


Text Example

White with #61DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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