Html Css Color HEX #61D485 Emerald

📋 copy color: '#61D485'

red 97 ◦ green 212 ◦ blue 133

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

Shades of Emerald #61D485

Tints of Emerald #61D485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 21.95%
G = 47.96%
B = 30.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#61D485 (or 0x61D485) is known color: Emerald. HEX triplet: 61, D4 and 85. RGB value is (97,212,133). Sum of RGB (Red+Green+Blue) = 97+212+133=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #61D485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61D485 is #9E2B7A. Grayscale: #A8A8A8. Windows color (decimal): -10365819 or 8770657. OLE color: 8770657.

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

Color convert

RGB 97 212 133 -
CMYK 0.54 0 0.37 0.17
HSL 138.78º 0.57% 0.61% -
HSV(B) 138.78º 0.54% 0.83% -
XYZ 32.71 51.32 30.37 -
YUV 168.61 107.9 76.92 -
System Red Green Blue C M Y K H S L
Decimal 97 212 133 0.54 0 0.37 0.17 138.78 0.57 0.61
Hex 61 D4 85 36 0 25 11 8B 39 3D
Octal 141 324 205 66 0 45 21 213 71 75
Binary 1100001 11010100 10000101 110110 0 100101 10001 10001011 111001 111101

Color Harmonies of #61D485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D485

Black with #61D485

Text Example


Text Example

White with #61D485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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