Html Css Color HEX #61C280 Emerald

📋 copy color: '#61C280'

red 97 ◦ green 194 ◦ blue 128

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

Shades of Emerald #61C280

Tints of Emerald #61C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.3%

 BLUE value IS 128 (50.39% from 255) = 30.55%

R = 23.15%
G = 46.3%
B = 30.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#61C280 (or 0x61C280) is known color: Emerald. HEX triplet: 61, C2 and 80. RGB value is (97,194,128). Sum of RGB (Red+Green+Blue) = 97+194+128=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #61C280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C280 is #9E3D7F. Grayscale: #9D9D9D. Windows color (decimal): -10370432 or 8438369. OLE color: 8438369.

HSL color Cylindrical-coordinate representation of color #61C280: hue angle of 139.18º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C280 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 194 128 -
CMYK 0.50 0 0.34 0.24
HSL 139.18º 0.44% 0.57% -
HSV(B) 139.18º 0.5% 0.76% -
XYZ 28.12 42.68 27.18 -
YUV 157.47 111.36 84.87 -
System Red Green Blue C M Y K H S L
Decimal 97 194 128 0.50 0 0.34 0.24 139.18 0.44 0.57
Hex 61 C2 80 32 0 22 18 8B 2C 39
Octal 141 302 200 62 0 42 30 213 54 71
Binary 1100001 11000010 10000000 110010 0 100010 11000 10001011 101100 111001

Color Harmonies of #61C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C280

Black with #61C280

Text Example


Text Example

White with #61C280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,194,128); }

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

background-color css

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

 a { background-color: rgb(97,194,128); }

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

border-color css

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

 span { border-color: rgb(97,194,128); }

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