Html Css Color HEX #61B966 Fern

📋 copy color: '#61B966'

red 97 ◦ green 185 ◦ blue 102

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

Shades of Fern #61B966

Tints of Fern #61B966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

 BLUE value IS 102 (40.23% from 255) = 26.56%

R = 25.26%
G = 48.18%
B = 26.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#61B966 (or 0x61B966) is known color: Fern. HEX triplet: 61, B9 and 66. RGB value is (97,185,102). Sum of RGB (Red+Green+Blue) = 97+185+102=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #61B966 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61B966 is #9E4699. Grayscale: #959595. Windows color (decimal): -10372762 or 6732129. OLE color: 6732129.

HSL color Cylindrical-coordinate representation of color #61B966: hue angle of 123.41º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B966 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 185 102 -
CMYK 0.48 0 0.45 0.27
HSL 123.41º 0.39% 0.55% -
HSV(B) 123.41º 0.48% 0.73% -
XYZ 24.68 38.2 18.64 -
YUV 149.23 101.35 90.75 -
System Red Green Blue C M Y K H S L
Decimal 97 185 102 0.48 0 0.45 0.27 123.41 0.39 0.55
Hex 61 B9 66 30 0 2D 1B 7B 27 37
Octal 141 271 146 60 0 55 33 173 47 67
Binary 1100001 10111001 1100110 110000 0 101101 11011 1111011 100111 110111

Color Harmonies of #61B966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B966

Black with #61B966

Text Example


Text Example

White with #61B966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,185,102); }

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

background-color css

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

 a { background-color: rgb(97,185,102); }

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

border-color css

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

 span { border-color: rgb(97,185,102); }

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