Html Css Color HEX #61C964 Fern

📋 copy color: '#61C964'

red 97 ◦ green 201 ◦ blue 100

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

Shades of Fern #61C964

Tints of Fern #61C964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.5%

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 24.37%
G = 50.5%
B = 25.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#61C964 (or 0x61C964) is known color: Fern. HEX triplet: 61, C9 and 64. RGB value is (97,201,100). Sum of RGB (Red+Green+Blue) = 97+201+100=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #61C964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C964 is #9E369B. Grayscale: #9E9E9E. Windows color (decimal): -10368668 or 6605153. OLE color: 6605153.

HSL color Cylindrical-coordinate representation of color #61C964: hue angle of 121.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C964 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 201 100 -
CMYK 0.52 0 0.50 0.21
HSL 121.73º 0.49% 0.58% -
HSV(B) 121.73º 0.52% 0.79% -
XYZ 28.12 45.23 19.31 -
YUV 158.39 95.04 84.21 -
System Red Green Blue C M Y K H S L
Decimal 97 201 100 0.52 0 0.50 0.21 121.73 0.49 0.58
Hex 61 C9 64 34 0 32 15 7A 31 3A
Octal 141 311 144 64 0 62 25 172 61 72
Binary 1100001 11001001 1100100 110100 0 110010 10101 1111010 110001 111010

Color Harmonies of #61C964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C964

Black with #61C964

Text Example


Text Example

White with #61C964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,201,100); }

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

background-color css

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

 a { background-color: rgb(97,201,100); }

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

border-color css

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

 span { border-color: rgb(97,201,100); }

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