Html Css Color HEX #61B464 Fern

📋 copy color: '#61B464'

red 97 ◦ green 180 ◦ blue 100

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

Shades of Fern #61B464

Tints of Fern #61B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.75%

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

R = 25.73%
G = 47.75%
B = 26.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#61B464 (or 0x61B464) is known color: Fern. HEX triplet: 61, B4 and 64. RGB value is (97,180,100). Sum of RGB (Red+Green+Blue) = 97+180+100=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #61B464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B464 is #9E4B9B. Grayscale: #929292. Windows color (decimal): -10374044 or 6599777. OLE color: 6599777.

HSL color Cylindrical-coordinate representation of color #61B464: hue angle of 122.17º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B464 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 180 100 -
CMYK 0.46 0 0.44 0.29
HSL 122.17º 0.36% 0.54% -
HSV(B) 122.17º 0.46% 0.71% -
XYZ 23.55 36.1 17.78 -
YUV 146.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 97 180 100 0.46 0 0.44 0.29 122.17 0.36 0.54
Hex 61 B4 64 2E 0 2C 1D 7A 24 36
Octal 141 264 144 56 0 54 35 172 44 66
Binary 1100001 10110100 1100100 101110 0 101100 11101 1111010 100100 110110

Color Harmonies of #61B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B464

Black with #61B464

Text Example


Text Example

White with #61B464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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