Html Css Color HEX #61BE74 Fern

📋 copy color: '#61BE74'

red 97 ◦ green 190 ◦ blue 116

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

Shades of Fern #61BE74

Tints of Fern #61BE74

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.15%

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 24.07%
G = 47.15%
B = 28.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#61BE74 (or 0x61BE74) is known color: Fern. HEX triplet: 61, BE and 74. RGB value is (97,190,116). Sum of RGB (Red+Green+Blue) = 97+190+116=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #61BE74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61BE74 is #9E418B. Grayscale: #999999. Windows color (decimal): -10371468 or 7650913. OLE color: 7650913.

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

Color convert

RGB 97 190 116 -
CMYK 0.49 0 0.39 0.25
HSL 132.26º 0.42% 0.56% -
HSV(B) 132.26º 0.49% 0.75% -
XYZ 26.5 40.63 22.97 -
YUV 153.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 97 190 116 0.49 0 0.39 0.25 132.26 0.42 0.56
Hex 61 BE 74 31 0 27 19 84 2A 38
Octal 141 276 164 61 0 47 31 204 52 70
Binary 1100001 10111110 1110100 110001 0 100111 11001 10000100 101010 111000

Color Harmonies of #61BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BE74

Black with #61BE74

Text Example


Text Example

White with #61BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,190,116); }

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

background-color css

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

 a { background-color: rgb(97,190,116); }

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

border-color css

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

 span { border-color: rgb(97,190,116); }

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