Html Css Color HEX #61E68A Emerald

📋 copy color: '#61E68A'

red 97 ◦ green 230 ◦ blue 138

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

Shades of Emerald #61E68A

Tints of Emerald #61E68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.68%

R = 20.86%
G = 49.46%
B = 29.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#61E68A (or 0x61E68A) is known color: Emerald. HEX triplet: 61, E6 and 8A. RGB value is (97,230,138). Sum of RGB (Red+Green+Blue) = 97+230+138=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #61E68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61E68A is #9E1975. Grayscale: #B3B3B3. Windows color (decimal): -10361206 or 9102945. OLE color: 9102945.

HSL color Cylindrical-coordinate representation of color #61E68A: hue angle of 138.5º 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 #61E68A is Cyan = 0.58, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 230 138 -
CMYK 0.58 0 0.4 0.10
HSL 138.5º 0.73% 0.64% -
HSV(B) 138.5º 0.58% 0.9% -
XYZ 37.81 60.97 33.82 -
YUV 179.75 104.44 68.98 -
System Red Green Blue C M Y K H S L
Decimal 97 230 138 0.58 0 0.4 0.10 138.5 0.73 0.64
Hex 61 E6 8A 3A 0 28 A 8A 49 40
Octal 141 346 212 72 0 50 12 212 111 100
Binary 1100001 11100110 10001010 111010 0 101000 1010 10001010 1001001 1000000

Color Harmonies of #61E68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E68A

Black with #61E68A

Text Example


Text Example

White with #61E68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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