Html Css Color HEX #61DD7C Emerald

📋 copy color: '#61DD7C'

red 97 ◦ green 221 ◦ blue 124

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

Shades of Emerald #61DD7C

Tints of Emerald #61DD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 21.95%
G = 50%
B = 28.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#61DD7C (or 0x61DD7C) is known color: Emerald. HEX triplet: 61, DD and 7C. RGB value is (97,221,124). Sum of RGB (Red+Green+Blue) = 97+221+124=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD7C is #9E2283. Grayscale: #ADADAD. Windows color (decimal): -10363524 or 8183137. OLE color: 8183137.

HSL color Cylindrical-coordinate representation of color #61DD7C: hue angle of 133.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DD7C is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 221 124 -
CMYK 0.56 0 0.44 0.13
HSL 133.06º 0.65% 0.62% -
HSV(B) 133.06º 0.56% 0.87% -
XYZ 34.42 55.71 28.01 -
YUV 172.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 97 221 124 0.56 0 0.44 0.13 133.06 0.65 0.62
Hex 61 DD 7C 38 0 2C D 85 41 3E
Octal 141 335 174 70 0 54 15 205 101 76
Binary 1100001 11011101 1111100 111000 0 101100 1101 10000101 1000001 111110

Color Harmonies of #61DD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DD7C

Black with #61DD7C

Text Example


Text Example

White with #61DD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,221,124); }

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

background-color css

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

 a { background-color: rgb(97,221,124); }

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

border-color css

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

 span { border-color: rgb(97,221,124); }

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