Html Css Color HEX #61C381 Emerald

📋 copy color: '#61C381'

red 97 ◦ green 195 ◦ blue 129

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

Shades of Emerald #61C381

Tints of Emerald #61C381

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.32%

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 23.04%
G = 46.32%
B = 30.64%

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

#61C381 (or 0x61C381) is known color: Emerald. HEX triplet: 61, C3 and 81. RGB value is (97,195,129). Sum of RGB (Red+Green+Blue) = 97+195+129=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #61C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C381 is #9E3C7E. Grayscale: #9E9E9E. Windows color (decimal): -10370175 or 8504161. OLE color: 8504161.

HSL color Cylindrical-coordinate representation of color #61C381: hue angle of 139.59º degrees, saturation: 0.45, 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 #61C381 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 195 129 -
CMYK 0.50 0 0.34 0.24
HSL 139.59º 0.45% 0.57% -
HSV(B) 139.59º 0.5% 0.76% -
XYZ 28.41 43.16 27.6 -
YUV 158.17 111.53 84.37 -
System Red Green Blue C M Y K H S L
Decimal 97 195 129 0.50 0 0.34 0.24 139.59 0.45 0.57
Hex 61 C3 81 32 0 22 18 8C 2D 39
Octal 141 303 201 62 0 42 30 214 55 71
Binary 1100001 11000011 10000001 110010 0 100010 11000 10001100 101101 111001

Color Harmonies of #61C381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C381

Black with #61C381

Text Example


Text Example

White with #61C381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,195,129); }

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

background-color css

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

 a { background-color: rgb(97,195,129); }

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

border-color css

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

 span { border-color: rgb(97,195,129); }

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