Html Css Color HEX #61C375 Fern

📋 copy color: '#61C375'

red 97 ◦ green 195 ◦ blue 117

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

Shades of Fern #61C375

Tints of Fern #61C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.68%

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

R = 23.72%
G = 47.68%
B = 28.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#61C375 (or 0x61C375) is known color: Fern. HEX triplet: 61, C3 and 75. RGB value is (97,195,117). Sum of RGB (Red+Green+Blue) = 97+195+117=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #61C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C375 is #9E3C8A. Grayscale: #9D9D9D. Windows color (decimal): -10370187 or 7717729. OLE color: 7717729.

HSL color Cylindrical-coordinate representation of color #61C375: hue angle of 132.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C375 is Cyan = 0.50, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 195 117 -
CMYK 0.50 0 0.4 0.24
HSL 132.24º 0.45% 0.57% -
HSV(B) 132.24º 0.5% 0.76% -
XYZ 27.66 42.86 23.64 -
YUV 156.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 97 195 117 0.50 0 0.4 0.24 132.24 0.45 0.57
Hex 61 C3 75 32 0 28 18 84 2D 39
Octal 141 303 165 62 0 50 30 204 55 71
Binary 1100001 11000011 1110101 110010 0 101000 11000 10000100 101101 111001

Color Harmonies of #61C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C375

Black with #61C375

Text Example


Text Example

White with #61C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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