Html Css Color HEX #61D488 Emerald

📋 copy color: '#61D488'

red 97 ◦ green 212 ◦ blue 136

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

Shades of Emerald #61D488

Tints of Emerald #61D488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.64%

 BLUE value IS 136 (53.52% from 255) = 30.56%

R = 21.8%
G = 47.64%
B = 30.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#61D488 (or 0x61D488) is known color: Emerald. HEX triplet: 61, D4 and 88. RGB value is (97,212,136). Sum of RGB (Red+Green+Blue) = 97+212+136=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 212 - color contains mainly: green. Hex color #61D488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D488 is #9E2B77. Grayscale: #A9A9A9. Windows color (decimal): -10365816 or 8967265. OLE color: 8967265.

HSL color Cylindrical-coordinate representation of color #61D488: hue angle of 140.35º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D488 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 212 136 -
CMYK 0.54 0 0.36 0.17
HSL 140.35º 0.57% 0.61% -
HSV(B) 140.35º 0.54% 0.83% -
XYZ 32.92 51.41 31.48 -
YUV 168.95 109.4 76.68 -
System Red Green Blue C M Y K H S L
Decimal 97 212 136 0.54 0 0.36 0.17 140.35 0.57 0.61
Hex 61 D4 88 36 0 24 11 8C 39 3D
Octal 141 324 210 66 0 44 21 214 71 75
Binary 1100001 11010100 10001000 110110 0 100100 10001 10001100 111001 111101

Color Harmonies of #61D488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D488

Black with #61D488

Text Example


Text Example

White with #61D488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,212,136); }

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

background-color css

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

 a { background-color: rgb(97,212,136); }

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

border-color css

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

 span { border-color: rgb(97,212,136); }

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