Html Css Color HEX #61E48A Emerald

📋 copy color: '#61E48A'

red 97 ◦ green 228 ◦ blue 138

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

Shades of Emerald #61E48A

Tints of Emerald #61E48A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.24%

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

R = 20.95%
G = 49.24%
B = 29.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#61E48A (or 0x61E48A) is known color: Emerald. HEX triplet: 61, E4 and 8A. RGB value is (97,228,138). Sum of RGB (Red+Green+Blue) = 97+228+138=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #61E48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E48A is #9E1B75. Grayscale: #B2B2B2. Windows color (decimal): -10361718 or 9102433. OLE color: 9102433.

HSL color Cylindrical-coordinate representation of color #61E48A: hue angle of 138.78º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E48A is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 228 138 -
CMYK 0.57 0 0.39 0.11
HSL 138.78º 0.71% 0.64% -
HSV(B) 138.78º 0.57% 0.89% -
XYZ 37.26 59.86 33.64 -
YUV 178.57 105.1 69.82 -
System Red Green Blue C M Y K H S L
Decimal 97 228 138 0.57 0 0.39 0.11 138.78 0.71 0.64
Hex 61 E4 8A 39 0 27 B 8B 47 40
Octal 141 344 212 71 0 47 13 213 107 100
Binary 1100001 11100100 10001010 111001 0 100111 1011 10001011 1000111 1000000

Color Harmonies of #61E48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E48A

Black with #61E48A

Text Example


Text Example

White with #61E48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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