Html Css Color HEX #61ED81 Pastel Green

📋 copy color: '#61ED81'

red 97 ◦ green 237 ◦ blue 129

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

Shades of Pastel Green #61ED81

Tints of Pastel Green #61ED81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 20.95%
G = 51.19%
B = 27.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#61ED81 (or 0x61ED81) is known color: Pastel Green. HEX triplet: 61, ED and 81. RGB value is (97,237,129). Sum of RGB (Red+Green+Blue) = 97+237+129=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61ED81 is #9E127E. Grayscale: #B7B7B7. Windows color (decimal): -10359423 or 8514913. OLE color: 8514913.

HSL color Cylindrical-coordinate representation of color #61ED81: hue angle of 133.71º 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 #61ED81 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 237 129 -
CMYK 0.59 0 0.46 0.07
HSL 133.71º 0.8% 0.65% -
HSV(B) 133.71º 0.59% 0.93% -
XYZ 39.18 64.69 31.19 -
YUV 182.83 97.62 66.78 -
System Red Green Blue C M Y K H S L
Decimal 97 237 129 0.59 0 0.46 0.07 133.71 0.8 0.65
Hex 61 ED 81 3B 0 2E 7 86 50 41
Octal 141 355 201 73 0 56 7 206 120 101
Binary 1100001 11101101 10000001 111011 0 101110 111 10000110 1010000 1000001

Color Harmonies of #61ED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ED81

Black with #61ED81

Text Example


Text Example

White with #61ED81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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