Html Css Color HEX #61ED8D Pastel Green

📋 copy color: '#61ED8D'

red 97 ◦ green 237 ◦ blue 141

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

Shades of Pastel Green #61ED8D

Tints of Pastel Green #61ED8D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.89%

 BLUE value IS 141 (55.47% from 255) = 29.68%

R = 20.42%
G = 49.89%
B = 29.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#61ED8D (or 0x61ED8D) is known color: Pastel Green. HEX triplet: 61, ED and 8D. RGB value is (97,237,141). Sum of RGB (Red+Green+Blue) = 97+237+141=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61ED8D is #9E1272. Grayscale: #B8B8B8. Windows color (decimal): -10359411 or 9301345. OLE color: 9301345.

HSL color Cylindrical-coordinate representation of color #61ED8D: hue angle of 138.86º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ED8D is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 237 141 -
CMYK 0.59 0 0.41 0.07
HSL 138.86º 0.8% 0.65% -
HSV(B) 138.86º 0.59% 0.93% -
XYZ 40.02 65.03 35.64 -
YUV 184.2 103.62 65.81 -
System Red Green Blue C M Y K H S L
Decimal 97 237 141 0.59 0 0.41 0.07 138.86 0.8 0.65
Hex 61 ED 8D 3B 0 29 7 8B 50 41
Octal 141 355 215 73 0 51 7 213 120 101
Binary 1100001 11101101 10001101 111011 0 101001 111 10001011 1010000 1000001

Color Harmonies of #61ED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ED8D

Black with #61ED8D

Text Example


Text Example

White with #61ED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,237,141); }

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

background-color css

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

 a { background-color: rgb(97,237,141); }

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

border-color css

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

 span { border-color: rgb(97,237,141); }

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