Html Css Color HEX #61D682 Emerald

📋 copy color: '#61D682'

red 97 ◦ green 214 ◦ blue 130

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

Shades of Emerald #61D682

Tints of Emerald #61D682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

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

R = 22%
G = 48.53%
B = 29.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#61D682 (or 0x61D682) is known color: Emerald. HEX triplet: 61, D6 and 82. RGB value is (97,214,130). Sum of RGB (Red+Green+Blue) = 97+214+130=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 130 (51.17% from 255 or 29.48% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #61D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D682 is #9E297D. Grayscale: #A9A9A9. Windows color (decimal): -10365310 or 8574561. OLE color: 8574561.

HSL color Cylindrical-coordinate representation of color #61D682: hue angle of 136.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D682 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 214 130 -
CMYK 0.55 0 0.39 0.16
HSL 136.92º 0.59% 0.61% -
HSV(B) 136.92º 0.55% 0.84% -
XYZ 33.01 52.25 29.46 -
YUV 169.44 105.74 76.33 -
System Red Green Blue C M Y K H S L
Decimal 97 214 130 0.55 0 0.39 0.16 136.92 0.59 0.61
Hex 61 D6 82 37 0 27 10 89 3B 3D
Octal 141 326 202 67 0 47 20 211 73 75
Binary 1100001 11010110 10000010 110111 0 100111 10000 10001001 111011 111101

Color Harmonies of #61D682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D682

Black with #61D682

Text Example


Text Example

White with #61D682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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