Html Css Color HEX #61E68D Emerald

📋 copy color: '#61E68D'

red 97 ◦ green 230 ◦ blue 141

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

Shades of Emerald #61E68D

Tints of Emerald #61E68D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.15%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 20.73%
G = 49.15%
B = 30.13%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#61E68D (or 0x61E68D) is known color: Emerald. HEX triplet: 61, E6 and 8D. RGB value is (97,230,141). Sum of RGB (Red+Green+Blue) = 97+230+141=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #61E68D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E68D is #9E1972. Grayscale: #B4B4B4. Windows color (decimal): -10361203 or 9299553. OLE color: 9299553.

HSL color Cylindrical-coordinate representation of color #61E68D: hue angle of 139.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E68D is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 230 141 -
CMYK 0.58 0 0.39 0.10
HSL 139.85º 0.73% 0.64% -
HSV(B) 139.85º 0.58% 0.9% -
XYZ 38.03 61.06 34.98 -
YUV 180.09 105.94 68.74 -
System Red Green Blue C M Y K H S L
Decimal 97 230 141 0.58 0 0.39 0.10 139.85 0.73 0.64
Hex 61 E6 8D 3A 0 27 A 8C 49 40
Octal 141 346 215 72 0 47 12 214 111 100
Binary 1100001 11100110 10001101 111010 0 100111 1010 10001100 1001001 1000000

Color Harmonies of #61E68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E68D

Black with #61E68D

Text Example


Text Example

White with #61E68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,230,141); }

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

background-color css

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

 a { background-color: rgb(97,230,141); }

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

border-color css

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

 span { border-color: rgb(97,230,141); }

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