Html Css Color HEX #61C682 Emerald

📋 copy color: '#61C682'

red 97 ◦ green 198 ◦ blue 130

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

Shades of Emerald #61C682

Tints of Emerald #61C682

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.59%

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

R = 22.82%
G = 46.59%
B = 30.59%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#61C682 (or 0x61C682) is known color: Emerald. HEX triplet: 61, C6 and 82. RGB value is (97,198,130). Sum of RGB (Red+Green+Blue) = 97+198+130=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #61C682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C682 is #9E397D. Grayscale: #A0A0A0. Windows color (decimal): -10369406 or 8570465. OLE color: 8570465.

HSL color Cylindrical-coordinate representation of color #61C682: hue angle of 139.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C682 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 198 130 -
CMYK 0.51 0 0.34 0.22
HSL 139.6º 0.47% 0.58% -
HSV(B) 139.6º 0.51% 0.78% -
XYZ 29.15 44.54 28.18 -
YUV 160.05 111.04 83.03 -
System Red Green Blue C M Y K H S L
Decimal 97 198 130 0.51 0 0.34 0.22 139.6 0.47 0.58
Hex 61 C6 82 33 0 22 16 8C 2F 3A
Octal 141 306 202 63 0 42 26 214 57 72
Binary 1100001 11000110 10000010 110011 0 100010 10110 10001100 101111 111010

Color Harmonies of #61C682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C682

Black with #61C682

Text Example


Text Example

White with #61C682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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