Html Css Color HEX #61DB7D Emerald

📋 copy color: '#61DB7D'

red 97 ◦ green 219 ◦ blue 125

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

Shades of Emerald #61DB7D

Tints of Emerald #61DB7D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 22%
G = 49.66%
B = 28.34%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#61DB7D (or 0x61DB7D) is known color: Emerald. HEX triplet: 61, DB and 7D. RGB value is (97,219,125). Sum of RGB (Red+Green+Blue) = 97+219+125=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #61DB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DB7D is #9E2482. Grayscale: #ACACAC. Windows color (decimal): -10364035 or 8248161. OLE color: 8248161.

HSL color Cylindrical-coordinate representation of color #61DB7D: hue angle of 133.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DB7D is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 125 -
CMYK 0.56 0 0.43 0.14
HSL 133.77º 0.63% 0.62% -
HSV(B) 133.77º 0.56% 0.86% -
XYZ 33.96 54.69 28.17 -
YUV 171.81 101.58 74.64 -
System Red Green Blue C M Y K H S L
Decimal 97 219 125 0.56 0 0.43 0.14 133.77 0.63 0.62
Hex 61 DB 7D 38 0 2B E 86 3F 3E
Octal 141 333 175 70 0 53 16 206 77 76
Binary 1100001 11011011 1111101 111000 0 101011 1110 10000110 111111 111110

Color Harmonies of #61DB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DB7D

Black with #61DB7D

Text Example


Text Example

White with #61DB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,125); }

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

background-color css

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

 a { background-color: rgb(97,219,125); }

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

border-color css

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

 span { border-color: rgb(97,219,125); }

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