Html Css Color HEX #61C85B Fern

📋 copy color: '#61C85B'

red 97 ◦ green 200 ◦ blue 91

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

Shades of Fern #61C85B

Tints of Fern #61C85B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.55%

 BLUE value IS 91 (35.94% from 255) = 23.45%

R = 25%
G = 51.55%
B = 23.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#61C85B (or 0x61C85B) is known color: Fern. HEX triplet: 61, C8 and 5B. RGB value is (97,200,91). Sum of RGB (Red+Green+Blue) = 97+200+91=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #61C85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C85B is #9E37A4. Grayscale: #9D9D9D. Windows color (decimal): -10368933 or 6015073. OLE color: 6015073.

HSL color Cylindrical-coordinate representation of color #61C85B: hue angle of 116.7º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61C85B is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 200 91 -
CMYK 0.52 0 0.54 0.22
HSL 116.7º 0.5% 0.57% -
HSV(B) 116.7º 0.55% 0.78% -
XYZ 27.47 44.61 17.06 -
YUV 156.78 90.88 85.36 -
System Red Green Blue C M Y K H S L
Decimal 97 200 91 0.52 0 0.54 0.22 116.7 0.5 0.57
Hex 61 C8 5B 34 0 36 16 75 32 39
Octal 141 310 133 64 0 66 26 165 62 71
Binary 1100001 11001000 1011011 110100 0 110110 10110 1110101 110010 111001

Color Harmonies of #61C85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C85B

Black with #61C85B

Text Example


Text Example

White with #61C85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,200,91); }

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

background-color css

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

 a { background-color: rgb(97,200,91); }

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

border-color css

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

 span { border-color: rgb(97,200,91); }

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