Html Css Color HEX #61C481 Emerald

📋 copy color: '#61C481'

red 97 ◦ green 196 ◦ blue 129

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

Shades of Emerald #61C481

Tints of Emerald #61C481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.45%

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

R = 22.99%
G = 46.45%
B = 30.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#61C481 (or 0x61C481) is known color: Emerald. HEX triplet: 61, C4 and 81. RGB value is (97,196,129). Sum of RGB (Red+Green+Blue) = 97+196+129=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 196 (76.95% from 255 or 46.45% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 196 - color contains mainly: green. Hex color #61C481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61C481 is #9E3B7E. Grayscale: #9E9E9E. Windows color (decimal): -10369919 or 8504417. OLE color: 8504417.

HSL color Cylindrical-coordinate representation of color #61C481: hue angle of 139.39º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C481 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 196 129 -
CMYK 0.51 0 0.34 0.23
HSL 139.39º 0.46% 0.57% -
HSV(B) 139.39º 0.51% 0.77% -
XYZ 28.63 43.61 27.68 -
YUV 158.76 111.2 83.95 -
System Red Green Blue C M Y K H S L
Decimal 97 196 129 0.51 0 0.34 0.23 139.39 0.46 0.57
Hex 61 C4 81 33 0 22 17 8B 2E 39
Octal 141 304 201 63 0 42 27 213 56 71
Binary 1100001 11000100 10000001 110011 0 100010 10111 10001011 101110 111001

Color Harmonies of #61C481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C481

Black with #61C481

Text Example


Text Example

White with #61C481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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