Html Css Color HEX #61C064 Fern

📋 copy color: '#61C064'

red 97 ◦ green 192 ◦ blue 100

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

Shades of Fern #61C064

Tints of Fern #61C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.36%

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

R = 24.94%
G = 49.36%
B = 25.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#61C064 (or 0x61C064) is known color: Fern. HEX triplet: 61, C0 and 64. RGB value is (97,192,100). Sum of RGB (Red+Green+Blue) = 97+192+100=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #61C064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C064 is #9E3F9B. Grayscale: #999999. Windows color (decimal): -10370972 or 6602849. OLE color: 6602849.

HSL color Cylindrical-coordinate representation of color #61C064: hue angle of 121.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C064 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 192 100 -
CMYK 0.49 0 0.48 0.25
HSL 121.89º 0.43% 0.57% -
HSV(B) 121.89º 0.49% 0.75% -
XYZ 26.08 41.16 18.63 -
YUV 153.11 98.03 87.98 -
System Red Green Blue C M Y K H S L
Decimal 97 192 100 0.49 0 0.48 0.25 121.89 0.43 0.57
Hex 61 C0 64 31 0 30 19 7A 2B 39
Octal 141 300 144 61 0 60 31 172 53 71
Binary 1100001 11000000 1100100 110001 0 110000 11001 1111010 101011 111001

Color Harmonies of #61C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C064

Black with #61C064

Text Example


Text Example

White with #61C064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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