Html Css Color HEX #61C575 Fern

📋 copy color: '#61C575'

red 97 ◦ green 197 ◦ blue 117

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

Shades of Fern #61C575

Tints of Fern #61C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

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

R = 23.6%
G = 47.93%
B = 28.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#61C575 (or 0x61C575) is known color: Fern. HEX triplet: 61, C5 and 75. RGB value is (97,197,117). Sum of RGB (Red+Green+Blue) = 97+197+117=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #61C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C575 is #9E3A8A. Grayscale: #9E9E9E. Windows color (decimal): -10369675 or 7718241. OLE color: 7718241.

HSL color Cylindrical-coordinate representation of color #61C575: hue angle of 132º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C575 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 197 117 -
CMYK 0.51 0 0.41 0.23
HSL 132º 0.46% 0.58% -
HSV(B) 132º 0.51% 0.77% -
XYZ 28.11 43.76 23.79 -
YUV 157.98 104.87 84.5 -
System Red Green Blue C M Y K H S L
Decimal 97 197 117 0.51 0 0.41 0.23 132 0.46 0.58
Hex 61 C5 75 33 0 29 17 84 2E 3A
Octal 141 305 165 63 0 51 27 204 56 72
Binary 1100001 11000101 1110101 110011 0 101001 10111 10000100 101110 111010

Color Harmonies of #61C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C575

Black with #61C575

Text Example


Text Example

White with #61C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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