Html Css Color HEX #61EA82 Pastel Green

📋 copy color: '#61EA82'

red 97 ◦ green 234 ◦ blue 130

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

Shades of Pastel Green #61EA82

Tints of Pastel Green #61EA82

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.76%

 BLUE value IS 130 (51.17% from 255) = 28.2%

R = 21.04%
G = 50.76%
B = 28.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#61EA82 (or 0x61EA82) is known color: Pastel Green. HEX triplet: 61, EA and 82. RGB value is (97,234,130). Sum of RGB (Red+Green+Blue) = 97+234+130=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61EA82 is #9E157D. Grayscale: #B5B5B5. Windows color (decimal): -10360190 or 8579681. OLE color: 8579681.

HSL color Cylindrical-coordinate representation of color #61EA82: hue angle of 134.45º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EA82 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 234 130 -
CMYK 0.59 0 0.44 0.08
HSL 134.45º 0.77% 0.65% -
HSV(B) 134.45º 0.59% 0.92% -
XYZ 38.38 63 31.26 -
YUV 181.18 99.11 67.96 -
System Red Green Blue C M Y K H S L
Decimal 97 234 130 0.59 0 0.44 0.08 134.45 0.77 0.65
Hex 61 EA 82 3B 0 2C 8 86 4D 41
Octal 141 352 202 73 0 54 10 206 115 101
Binary 1100001 11101010 10000010 111011 0 101100 1000 10000110 1001101 1000001

Color Harmonies of #61EA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EA82

Black with #61EA82

Text Example


Text Example

White with #61EA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,234,130); }

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

background-color css

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

 a { background-color: rgb(97,234,130); }

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

border-color css

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

 span { border-color: rgb(97,234,130); }

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