Html Css Color HEX #61C870 Fern

📋 copy color: '#61C870'

red 97 ◦ green 200 ◦ blue 112

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

Shades of Fern #61C870

Tints of Fern #61C870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 23.72%
G = 48.9%
B = 27.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#61C870 (or 0x61C870) is known color: Fern. HEX triplet: 61, C8 and 70. RGB value is (97,200,112). Sum of RGB (Red+Green+Blue) = 97+200+112=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #61C870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C870 is #9E378F. Grayscale: #9F9F9F. Windows color (decimal): -10368912 or 7391329. OLE color: 7391329.

HSL color Cylindrical-coordinate representation of color #61C870: hue angle of 128.74º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C870 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 200 112 -
CMYK 0.52 0 0.44 0.22
HSL 128.74º 0.48% 0.58% -
HSV(B) 128.74º 0.52% 0.78% -
XYZ 28.51 45.02 22.52 -
YUV 159.17 101.38 83.66 -
System Red Green Blue C M Y K H S L
Decimal 97 200 112 0.52 0 0.44 0.22 128.74 0.48 0.58
Hex 61 C8 70 34 0 2C 16 81 30 3A
Octal 141 310 160 64 0 54 26 201 60 72
Binary 1100001 11001000 1110000 110100 0 101100 10110 10000001 110000 111010

Color Harmonies of #61C870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C870

Black with #61C870

Text Example


Text Example

White with #61C870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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