Html Css Color HEX #61D475 Emerald

📋 copy color: '#61D475'

red 97 ◦ green 212 ◦ blue 117

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

Shades of Emerald #61D475

Tints of Emerald #61D475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 22.77%
G = 49.77%
B = 27.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#61D475 (or 0x61D475) is known color: Emerald. HEX triplet: 61, D4 and 75. RGB value is (97,212,117). Sum of RGB (Red+Green+Blue) = 97+212+117=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #61D475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D475 is #9E2B8A. Grayscale: #A7A7A7. Windows color (decimal): -10365835 or 7722081. OLE color: 7722081.

HSL color Cylindrical-coordinate representation of color #61D475: hue angle of 130.43º 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 #61D475 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 97 212 117 -
CMYK 0.54 0 0.45 0.17
HSL 130.43º 0.57% 0.61% -
HSV(B) 130.43º 0.54% 0.83% -
XYZ 31.68 50.91 24.99 -
YUV 166.79 99.9 78.22 -
System Red Green Blue C M Y K H S L
Decimal 97 212 117 0.54 0 0.45 0.17 130.43 0.57 0.61
Hex 61 D4 75 36 0 2D 11 82 39 3D
Octal 141 324 165 66 0 55 21 202 71 75
Binary 1100001 11010100 1110101 110110 0 101101 10001 10000010 111001 111101

Color Harmonies of #61D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D475

Black with #61D475

Text Example


Text Example

White with #61D475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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