Html Css Color HEX #61DA7A Emerald

📋 copy color: '#61DA7A'

red 97 ◦ green 218 ◦ blue 122

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

Shades of Emerald #61DA7A

Tints of Emerald #61DA7A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.89%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 22.2%
G = 49.89%
B = 27.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#61DA7A (or 0x61DA7A) is known color: Emerald. HEX triplet: 61, DA and 7A. RGB value is (97,218,122). Sum of RGB (Red+Green+Blue) = 97+218+122=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #61DA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DA7A is #9E2585. Grayscale: #ABABAB. Windows color (decimal): -10364294 or 8051297. OLE color: 8051297.

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

Color convert

RGB 97 218 122 -
CMYK 0.56 0 0.44 0.15
HSL 132.4º 0.62% 0.62% -
HSV(B) 132.4º 0.56% 0.85% -
XYZ 33.51 54.09 27.09 -
YUV 170.88 100.41 75.31 -
System Red Green Blue C M Y K H S L
Decimal 97 218 122 0.56 0 0.44 0.15 132.4 0.62 0.62
Hex 61 DA 7A 38 0 2C F 84 3E 3E
Octal 141 332 172 70 0 54 17 204 76 76
Binary 1100001 11011010 1111010 111000 0 101100 1111 10000100 111110 111110

Color Harmonies of #61DA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DA7A

Black with #61DA7A

Text Example


Text Example

White with #61DA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,218,122); }

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

background-color css

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

 a { background-color: rgb(97,218,122); }

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

border-color css

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

 span { border-color: rgb(97,218,122); }

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