Html Css Color HEX #61E48E Emerald

📋 copy color: '#61E48E'

red 97 ◦ green 228 ◦ blue 142

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

Shades of Emerald #61E48E

Tints of Emerald #61E48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 20.77%
G = 48.82%
B = 30.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#61E48E (or 0x61E48E) is known color: Emerald. HEX triplet: 61, E4 and 8E. RGB value is (97,228,142). Sum of RGB (Red+Green+Blue) = 97+228+142=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 228 (89.45% from 255 or 48.82% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 228 - color contains mainly: green. Hex color #61E48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61E48E is #9E1B71. Grayscale: #B3B3B3. Windows color (decimal): -10361714 or 9364577. OLE color: 9364577.

HSL color Cylindrical-coordinate representation of color #61E48E: hue angle of 140.61º 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 #61E48E is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 228 142 -
CMYK 0.57 0 0.38 0.11
HSL 140.61º 0.71% 0.64% -
HSV(B) 140.61º 0.57% 0.89% -
XYZ 37.56 59.98 35.19 -
YUV 179.03 107.1 69.49 -
System Red Green Blue C M Y K H S L
Decimal 97 228 142 0.57 0 0.38 0.11 140.61 0.71 0.64
Hex 61 E4 8E 39 0 26 B 8D 47 40
Octal 141 344 216 71 0 46 13 215 107 100
Binary 1100001 11100100 10001110 111001 0 100110 1011 10001101 1000111 1000000

Color Harmonies of #61E48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E48E

Black with #61E48E

Text Example


Text Example

White with #61E48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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