Html Css Color HEX #61DE82 Emerald

📋 copy color: '#61DE82'

red 97 ◦ green 222 ◦ blue 130

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

Shades of Emerald #61DE82

Tints of Emerald #61DE82

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.44%

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

R = 21.6%
G = 49.44%
B = 28.95%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#61DE82 (or 0x61DE82) is known color: Emerald. HEX triplet: 61, DE and 82. RGB value is (97,222,130). Sum of RGB (Red+Green+Blue) = 97+222+130=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 222 (87.11% from 255 or 49.44% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 222 - color contains mainly: green. Hex color #61DE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DE82 is #9E217D. Grayscale: #AEAEAE. Windows color (decimal): -10363262 or 8576609. OLE color: 8576609.

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

Color convert

RGB 97 222 130 -
CMYK 0.56 0 0.41 0.13
HSL 135.84º 0.65% 0.63% -
HSV(B) 135.84º 0.56% 0.87% -
XYZ 35.08 56.4 30.16 -
YUV 174.14 103.09 72.98 -
System Red Green Blue C M Y K H S L
Decimal 97 222 130 0.56 0 0.41 0.13 135.84 0.65 0.63
Hex 61 DE 82 38 0 29 D 88 41 3F
Octal 141 336 202 70 0 51 15 210 101 77
Binary 1100001 11011110 10000010 111000 0 101001 1101 10001000 1000001 111111

Color Harmonies of #61DE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DE82

Black with #61DE82

Text Example


Text Example

White with #61DE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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