Html Css Color HEX #61BD73 Fern

📋 copy color: '#61BD73'

red 97 ◦ green 189 ◦ blue 115

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

Shades of Fern #61BD73

Tints of Fern #61BD73

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 115 (45.31% from 255) = 28.68%

R = 24.19%
G = 47.13%
B = 28.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#61BD73 (or 0x61BD73) is known color: Fern. HEX triplet: 61, BD and 73. RGB value is (97,189,115). Sum of RGB (Red+Green+Blue) = 97+189+115=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BD73 is #9E428C. Grayscale: #999999. Windows color (decimal): -10371725 or 7585121. OLE color: 7585121.

HSL color Cylindrical-coordinate representation of color #61BD73: hue angle of 131.74º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BD73 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 189 115 -
CMYK 0.49 0 0.39 0.26
HSL 131.74º 0.41% 0.56% -
HSV(B) 131.74º 0.49% 0.74% -
XYZ 26.22 40.17 22.59 -
YUV 153.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 97 189 115 0.49 0 0.39 0.26 131.74 0.41 0.56
Hex 61 BD 73 31 0 27 1A 84 29 38
Octal 141 275 163 61 0 47 32 204 51 70
Binary 1100001 10111101 1110011 110001 0 100111 11010 10000100 101001 111000

Color Harmonies of #61BD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BD73

Black with #61BD73

Text Example


Text Example

White with #61BD73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,189,115); }

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

background-color css

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

 a { background-color: rgb(97,189,115); }

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

border-color css

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

 span { border-color: rgb(97,189,115); }

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